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
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
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
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.
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
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
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).
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
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
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.
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
11 matches
Mail list logo