[Qemu-devel] JQEMU 1.1.0

2006-02-11 Thread Christian Bourque
Hi guys! Just to let you know that I've released JQEMU 1.1.0! http://sourceforge.net/projects/jqemu/ New features: - Support for QEMU 0.8.0 - Integration of qemu-img to manage disk images (create, convert, commit and info) - New preferences dialog to specify dependencies (qemu, qemu-img and elf

[Qemu-devel] Re: Some patches for qemu on sparc

2006-02-11 Thread Jurij Smakov
On Sat, 11 Feb 2006, Blue Swirl wrote: Thanks for your feedback. I've added additional check to dyngen.c, which checks that function has either save; in the beginning and ret; restore; in the end, or ends in retl; nop;. That allowed me to get past the arm target build failure. Now it fails (dur

[Qemu-devel] Re: Some patches for qemu on sparc

2006-02-11 Thread Blue Swirl
Thanks for your feedback. I've added additional check to dyngen.c, which checks that function has either save; in the beginning and ret; restore; in the end, or ends in retl; nop;. That allowed me to get past the arm target build failure. Now it fails (during dyngen check) on ppc target, the cul

Re: [Qemu-devel] Re: Some patches for qemu on sparc

2006-02-11 Thread Paul Brook
On Saturday 11 February 2006 05:17, Jurij Smakov wrote: > On Sat, 11 Feb 2006, Paul Brook wrote: > > Maybe a better strategy is to force generation of a register window save > > with the FORCE_RET macro. > > > > #define FORCE_RET() asm volatile("":::"o0"); > > > > Seems to do the trick. > > This ch

[Qemu-devel] qemu/target-arm translate.c

2006-02-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/02/11 16:20:39 Modified files: target-arm : translate.c Log message: Fix Arm msr spsr bug. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target