Re: [Qemu-devel] Windows XP Home on qemu 0.6.0 and Mac OS X 10.3.8

2005-05-01 Thread Pierre d'Herbemont
On 1 mai 05, at 06:24, Karl Magdsick wrote: http://fabrice.bellard.free.fr/qemu/kqemu-doc.html indicates kqemu is only for x86 Linux 2.4.x and Linux 2.6.x, not PPC Xnu 7.9.x. Qemu 0.6.0 might also be too old to take advantage of kqemu. If he used the installer from Free OS Zoo, this would seem

Re: [Qemu-devel] target...

2005-05-01 Thread Paul Brook
On Sunday 01 May 2005 05:58, Marc Collin wrote: hi when we do a ./configure for qemu there is: target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu for a x86 machine, what is the best for performance? i386-user or

[Qemu-devel] [patch] Bug in arm saturating instructions

2005-05-01 Thread Paul Brook
The patch below fixes a but in the arm saturating add/subtract instructions. We were writing the result back to the wrong register. Paul Index: target-arm/translate.c === RCS file: /cvsroot/qemu/qemu/target-arm/translate.c,v

[Qemu-devel] qemu ./Changelog ./vl.c ./vl.h hw/ide.c

2005-05-01 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/04/30 16:10:35 Modified files: . : Changelog vl.c vl.h hw : ide.c Log message: Windows 2000 install disk full hack

[Qemu-devel] [patchlet] typo in documentation

2005-05-01 Thread Bernhard Fischer
Hi, Typo in the documentation: s/peripherial/peripheral/g diff -X excl -rduNp qemu.oorig/qemu-doc.texi qemu/qemu-doc.texi --- qemu.oorig/qemu-doc.texi2005-03-13 10:43:05.0 +0100 +++ qemu/qemu-doc.texi 2005-04-30 14:46:24.762300960 +0200 @@ -22,7 +22,7 @@ QEMU has two operating modes:

[Qemu-devel] [patch] VMDK create support

2005-05-01 Thread Filip Navara
Filip Navara [EMAIL PROTECTED] Support for creating VMDK images. Index: block-vmdk.c === RCS file: /cvsroot/qemu/qemu/block-vmdk.c,v retrieving revision 1.5 diff -u -p -r1.5 block-vmdk.c --- block-vmdk.c 26 Apr 2005 21:08:00 - 1.5

[Qemu-devel] Interaction between snapshot and savevm/loadvm

2005-05-01 Thread Ben Taylor
Does anyone know the interaction between using snapshot and a savevm'd state. I'd like to do some testing without having to lug around several copies of an image file, so I'm thinking that i'd like to use a snapshot with a savevm state file to restart an image. This way, if something blows up

Re: Re: [Qemu-devel] Windows Laptop Idea

2005-05-01 Thread jeebs
Ben; The rescue disks aren't an OEM copy of WinXP Home, they are a set of 6 CD's containing a very fixed version of Partition Quest's partition restorer. I went down into Ahh... Yeah, you got screwed. I thought those kinds of practices went out with Win98. But yeah, I guess some

[Qemu-devel] 2 Questions

2005-05-01 Thread Mike Kronenberg
I'm workin on the GUI for cocoa.m... I'm able to save/stop/start WMs from the GUI - if i stop qemu, am I able to change vars like memory/images/network and start qemu with a different VM without terminating qemu? I'm able to change images for cdrom/floppy from the GUI - is it possible to load a

Re: [Qemu-devel] Windows Laptop Idea

2005-05-01 Thread Thomas Steffen
On 4/29/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ben; Unfortunately, there aren't too many disk imaging programs I'd recommend. Both Norton Ghost (the old version) and DriveImage (the old version) have problems. And I certainly wouldn't recommend the new versions. None of the

Re: [Qemu-devel] [PATCH] Fix dyngen failure on PPC.

2005-05-01 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is not correct. If the blr is not at the end of the function, things will break. [SNIP] This basically only ever worked because gcc could be coerced into generating relatively simple code. GCC4 contains much more aggressive high level

Re: [Qemu-devel] [PATCH] Fix dyngen failure on PPC.

2005-05-01 Thread Jonas Maebe
On 01 May 2005, at 19:04, Paul Brook wrote: This is not correct. If the blr is not at the end of the function, things will break. dyngen assumes the last instruction is the only return instruction in the function. This allows it to remove the blr insn and concatenate multiple functions together.

Re: [Qemu-devel] [PATCH] Fix dyngen failure on PPC.

2005-05-01 Thread Paul Brook
On Sunday 01 May 2005 21:29, Jonas Maebe wrote: On 01 May 2005, at 19:04, Paul Brook wrote: This is not correct. If the blr is not at the end of the function, things will break. dyngen assumes the last instruction is the only return instruction in the function. This allows it to remove

Re: [Qemu-devel] [PATCH] Fix dyngen failure on PPC.

2005-05-01 Thread Paul Brook
On Sunday 01 May 2005 21:15, Flavio Visentin wrote: This is not correct. If the blr is not at the end of the function, things will break. [SNIP] This basically only ever worked because gcc could be coerced into generating relatively simple code. GCC4 contains much more aggressive high

Re: Re: [Qemu-devel] Windows Laptop Idea

2005-05-01 Thread Ben Taylor
[EMAIL PROTECTED] wrote: The rescue disks aren't an OEM copy of WinXP Home, they are a set of 6 CD's containing a very fixed version of Partition Quest's partition restorer. I went down into Ahh... Yeah, you got screwed. I thought those kinds of practices went out with Win98.