Re: [Qemu-devel] [PATCH 2/2] arm/virt: Mark pcie controller node as dma-coherent

2016-06-03 Thread agraf
On 2016-06-03 16:37, Peter Maydell wrote: On 3 June 2016 at 15:22, Mihai Claudiu Caraman wrote: In particular for virtual and emulated devices the host CPU behaves as a DMA coherent 'device'. This should have been stated in patch description. Wouldn't that imply that we should just always hav

[Qemu-devel] [Bug 1218098] Re: qemu-system-ppc64 segfaults in helper_ldl_mmu

2013-08-29 Thread agraf
I just bisected the same thing down to this commit. It only breaks on one of my x86 machines though. Namely one with gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] The abort comes from stack protect code: (gdb) bt #0 0x7f4cdf7ff3d5 in raise () from /lib64/libc.so.6 #1 0

[Qemu-devel] [Bug 1128935] Re: qemu IA64 emulation

2013-04-06 Thread agraf
Hi Lurie, On 04.04.2013, at 19:34, Iurie wrote: > hello, > in the past year gsoc qemu proposed projects there where on eproject that i > liked, which were: qemu IA64 emulation : > http://wiki.qemu.org/Google_Summer_of_Code_2012#IA64_emulation > > this year i have not seen this project to be pr

[Qemu-devel] [Bug 1036987] Re: compilation error due to bug in savevm.c

2012-08-15 Thread agraf
Patch is available at http://patchwork.ozlabs.org/patch/177217/ ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1036987 Title: compilation err

[Qemu-devel] [Bug 942299] Re: Regression in booting HelenOS/ppc under Qemu

2012-04-29 Thread agraf
Mark's TLB patch was enough to fix HelenOS :). ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/942299 Title: Regression in booting HelenOS/ppc

Re: [Qemu-devel] [Bug 793317] [NEW] Large amount of write-only variables

2011-06-06 Thread agraf
On 06.06.2011, at 08:06, David Gibson wrote: > On Mon, Jun 06, 2011 at 01:02:33AM -, Eli wrote: >> Public bug reported: >> >> Whenever I try to compile the source from the git repo, it gets a large >> number of "set but not used" errors, in files such as: >> >> hw/usb_ochi.c (line 526, 1114,

Re: [Qemu-devel] [Bug 670769] Re: CDROM size not updated when changing image files

2010-11-10 Thread agraf
On 10.11.2010, at 13:55, Alex Davis wrote: > --- On Tue, 11/9/10, agraf <670...@bugs.launchpad.net> wrote: > >> From: agraf <670...@bugs.launchpad.net> >> Subject: Re: [Qemu-devel] [Bug 670769] Re: CDROM size not updated when >> changing image files >>

Re: [Qemu-devel] [Bug 670769] Re: CDROM size not updated when changing image files

2010-11-09 Thread agraf
On 10.11.2010, at 04:17, Alex Davis wrote: > Please note that until this bug is fixed, one cannot successfully > install a guest OS from a set of CD-ROMS where the first disk image is > smaller than subsequent ones. > > -- > CDROM size not updated when changing image files > https://bugs.launch

[Qemu-devel] [Bug 623852] Re: PPC emulation loops on booting a FreeBSD kernel

2010-08-25 Thread agraf
It looks like a firmware issue. Please report this to openb...@openbios.org. You get the output below by using the -nographic option. >> = >> OpenBIOS 1.0 [Aug 17 2010 14:41] >> Configuration device id QEMU version 1 machine id 2 >> CPUs

[Qemu-devel] [Bug 621950] Re: qemu not able to run 64 bit OS when -enable-kvm is used with a 64 bit processor

2010-08-23 Thread agraf
What does file `which qemu-system-x86_64` say? -- qemu not able to run 64 bit OS when -enable-kvm is used with a 64 bit processor https://bugs.launchpad.net/bugs/621950 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: N

[Qemu-devel] [Bug 613681] Re: implement true fullscreen

2010-08-17 Thread agraf
In a perfect world, we wouldn't have an SDL output at all. We would only have a VNC output with SHM extensions and a proper decoupled front-end that talks to Qemu via QMP and VNC. Then all the magic required can be implemented there and everyone is happy :). -- implement true fullscreen https://b

[Qemu-devel] [Bug 613681] Re: implement true fullscreen

2010-08-17 Thread agraf
For SDL I usually use the -no-frame option which gets rid of all the window decorations. IIRC there's also a magic key combination (ctrl- alt-f?) to switch to real full screen. -- implement true fullscreen https://bugs.launchpad.net/bugs/613681 You received this bug notification because you are a

[Qemu-devel] [Bug 611142] Re: seabios should have native scsi support

2010-07-29 Thread agraf
I guess the best way to make this work would be to get the original option rom for the emulated LSI SCSI controller licensed so that we can use it freely. That way we a) verify that the emulation is correct b) are even closer to real world hardware The difficult thing here is on how to talk to LS