Re: [Qemu-devel] [PATCH] workaround qemu guest SIGSEGVs with cmpxchg8b insn

2007-03-05 Thread Fabrice Bellard
OK for the bug. The proper patch is to set the EIP before executing the instruction, as it is done for the other helpers which can generate exceptions. I'll try to make a fix ASAP. Regards, Fabrice. Juergen Keil wrote: Current "Solaris x86 Developer Express" doesn't install any more as qemu

[Qemu-devel] qemu vl.c vl.h hw/integratorcp.c hw/mips_malta....

2007-03-05 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/03/05 19:44:02 Modified files: . : vl.c vl.h hw : integratorcp.c mips_malta.c mips_r4k.c pc.c ppc_chrp.c ppc_prep.c realview.c shix.c sun4m.c

[Qemu-devel] [PATCH] workaround qemu guest SIGSEGVs with cmpxchg8b insn

2007-03-05 Thread Juergen Keil
Current "Solaris x86 Developer Express" doesn't install any more as qemu guest - qemu 0.9.0 + cvs (32bit), 768 mbyte memory (or more) allocated for guest - kqemu *not* used I doesn't install because the java virtual machine (used for the installer) crashes with a SIGSEGV. =