Re: [Qemu-devel] Tracking memory dirtying in QEMU

2007-01-18 Thread Anthony Liguori
Fabrice Bellard wrote: Anthony Liguori wrote: Howdy, I've been working on migration for QEMU and have run into a snag. I've got a non-live migration patch that works quite happily[1]. I modified the save/restore code to not seek at all, and then basically pipe a save over a pipe to a subpr

Re: [Qemu-devel] [PATCH] siginfo fix for Darwin/Mac OS X on PowerPC and cleanup

2007-01-18 Thread Pierre d'Herbemont
On 18 janv. 07, at 23:57, Thiemo Seufer wrote: It might be better to keep the full set around for documentation. It's a good point. -int cpu_signal_handler(int host_signum, struct siginfo *info, +int cpu_signal_handler(int host_signum, struct siginfo *pinfo, void *p

Re: [Qemu-devel] [PATCH] siginfo fix for Darwin/Mac OS X on PowerPC and cleanup

2007-01-18 Thread Thiemo Seufer
Pierre d'Herbemont wrote: > Hi, > > This patch addresses cpu-exec.c compilation on Mac OS X/ppc. It also > cleans up unused Macro definition. > > Pierre. > Index: cpu-exec.c > === > RCS file: /sources/qemu/qemu/cpu-exec.c,v > retr

[Qemu-devel] qemu block.c

2007-01-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/18 22:43:16 Modified files: . : block.c Log message: Darwin build fix, by Pierre d'Herbemont. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.

[Qemu-devel] qemu Changelog

2007-01-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/18 22:14:53 Modified files: . : Changelog Log message: Add Darwin userspace emulation to Changelog. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qe

[Qemu-devel] qemu Makefile.target configure gdbstub.c darwin...

2007-01-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/18 20:06:33 Modified files: . : Makefile.target configure gdbstub.c Added files: darwin-user: commpage.c ioctls.h ioctls_types.h machload.c main.c

Re: [Qemu-devel] Tracking memory dirtying in QEMU

2007-01-18 Thread Fabrice Bellard
Anthony Liguori wrote: Howdy, I've been working on migration for QEMU and have run into a snag. I've got a non-live migration patch that works quite happily[1]. I modified the save/restore code to not seek at all, and then basically pipe a save over a pipe to a subprocess (usually, ssh).

[Qemu-devel] qemu/darwin-user

2007-01-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/18 20:04:16 New directory: darwin-user CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/darwin-user/?cvsroot=qemu ___ Qemu-devel mailing list Qemu

Re: [Qemu-devel] [PATCH] darwin-user merge attempt - patch v3

2007-01-18 Thread Pierre d'Herbemont
On 17 janv. 07, at 23:13, Thiemo Seufer wrote: I figure it needs some more work to keep the Linux build happy. Oh sorry! Here goes the fix: darwin_user.3.diff.txt.gz Description: GNU Zip compressed data Thanks for the report, Pierre.___ Qemu-dev

[Qemu-devel] [PATCH] siginfo fix for Darwin/Mac OS X on PowerPC and cleanup

2007-01-18 Thread Pierre d'Herbemont
Hi, This patch addresses cpu-exec.c compilation on Mac OS X/ppc. It also cleans up unused Macro definition. Pierre. Index: cpu-exec.c === RCS file: /sources/qemu/qemu/cpu-exec.c,v retrieving revision 1.88 diff -u -r1.88 cpu-exec.

[Qemu-devel] [PATCH] define ENOMEDIUM if not defined

2007-01-18 Thread Pierre d'Herbemont
Hi, This patch fix block.c build on Mac OS X/Darwin. Pierre. Index: block.c === RCS file: /sources/qemu/qemu/block.c,v retrieving revision 1.40 diff -u -r1.40 block.c --- block.c 7 Jan 2007 18:22:37 - 1.40 +++ block.c