[Qemu-devel] [Bug 995252] Re: qemu from git crash at session opening with vmware svga

2012-05-05 Thread kaillass...@hotmail.fr
*** This bug is a duplicate of bug 918791 *** https://bugs.launchpad.net/bugs/918791 Oups this was reported just before. Sorry for the dup. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/995252 T

[Qemu-devel] [Bug 995252] Re: qemu from git crash at session opening with vmware svga

2012-05-05 Thread kaillass...@hotmail.fr
*** This bug is a duplicate of bug 918791 *** https://bugs.launchpad.net/bugs/918791 ** This bug has been marked a duplicate of bug 918791 qemu-kvm dies when using vmvga driver and unity in the guest -- You received this bug notification because you are a member of qemu- devel-ml, which i

[Qemu-devel] [Bug 995252] [NEW] qemu from git crash at session opening with vmware svga

2012-05-05 Thread kaillass...@hotmail.fr
Public bug reported: When opening a unity2D in ubuntu 12.04 session in qemu (current git) with vmware svga , qemu crash. It seems the guest is trying to pass negative value for screen update so applying this patch resolve the crash but I don't know if the problem go deeper. ** Affects: qemu

[Qemu-devel] [Bug 995252] Re: qemu from git crash at session opening with vmware svga

2012-05-05 Thread kaillass...@hotmail.fr
** Patch added: "vmware_update_rect patch" https://bugs.launchpad.net/bugs/995252/+attachment/3132471/+files/update_rect.patch -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/995252 Title: qemu

[Qemu-devel] [PATCH] cputlb: fix watchpoints handling

2012-05-05 Thread Max Filippov
Cleanup commit e554861766d9ae84dd5720baa4869f4ed711506f have changed code_address calculation in the tlb_set_page function in case of access to a page with a watchpoint. This caused QEMU segfault in the xtensa test_break unit test. Fix it by moving code_address assignment above memory_region_sectio

[Qemu-devel] [PATCH for-1.1] qemu-timer: Move include for __FreeBSD_version to header

2012-05-05 Thread Andreas Faerber
sys/param.h is needed for __FreeBSD_version. Pointed out by Juergen, thanks. Signed-off-by: Andreas Faerber Cc: Juergen Lock --- qemu-timer.c |4 qemu-timer.h |4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu-timer.c b/qemu-timer.c index 8eadd16..970b8b4

[Qemu-devel] [PATCH] fdc: simplify media change handling

2012-05-05 Thread Hervé Poussineau
This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where not all floppies have the same format (2x80x18 for the first ones, 2x80x23 for the next ones). Signed-off-by: Hervé Poussineau --- This patch fixes a real use case, and I didn't notice any regression. However, as we are in bug

Re: [Qemu-devel] OpenBSD build (was: [PATCH v2] os-posix: Fix build on FreeBSD)

2012-05-05 Thread Andreas Färber
Am 16.04.2012 09:31, schrieb Gerd Hoffmann: > Don't have FreeBSD at hand. /me has a OpenBSD virtual machine for build > tests where this code compiles without issues. [snip] I've now set up an OpenBSD 5.1 VM and it compiles okay. However the output is completely chatty due to redundant declaratio

[Qemu-devel] sparc-softmmu uninitialized memory read?

2012-05-05 Thread Andreas Färber
Hello Blue, Testing a potential AREG0 fix for ppc host by malc I got an error running `./sparc-softmmu/sparc-softmmu` (same with CD/kernel): qemu: fatal: Trap 0x07 while interrupts disabled, Error state pc: 5e0c npc: 5e10 General Registers: %g0-7: 0001 babababa

[Qemu-devel] [PATCH for-1.1] target-mips: Remove commented-out function declaration

2012-05-05 Thread Andreas Färber
There is no function cpu_mips_get_clock(), so drop it. Signed-off-by: Andreas Färber Cc: Stefan Weil --- target-mips/cpu.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/target-mips/cpu.h b/target-mips/cpu.h index c0f8826..44c1152 100644 --- a/target-mips/cpu.h +++ b/t

Re: [Qemu-devel] [PATCH 3/4] runstate: introduce suspended state

2012-05-05 Thread Paolo Bonzini
Il 04/05/2012 19:13, Luiz Capitulino ha scritto: > >> This breaks QAPI ABI. > >> > >> Not really a breaker for this series, but it shows how we are not yet > >> ready to keep a stable ABI (as opposed to API), and thus any >>> > > >>> > > Having to add a new enum every time a ne