[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [qemu patches] Update patches for changeset 11158:a774cbd38187.
# HG changeset patch # User chris@xxxxxxxxxxxxxxxxxxxxxxxx # Node ID 24827cb8a94596987284c4b934365165468949a2 # Parent a774cbd38187d13a1e7d9af382e9558079824d38 [qemu patches] Update patches for changeset 11158:a774cbd38187. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx> --- tools/ioemu/patches/qemu-daemonize | 16 ++++++++++++++++ tools/ioemu/patches/series | 1 + 2 files changed, 17 insertions(+) diff -r a774cbd38187 -r 24827cb8a945 tools/ioemu/patches/series --- a/tools/ioemu/patches/series Thu Aug 17 11:34:13 2006 +0100 +++ b/tools/ioemu/patches/series Thu Aug 17 11:34:39 2006 +0100 @@ -41,3 +41,4 @@ qemu-fix-memset-args qemu-fix-memset-args qemu-fix-write-to-disk-synchronous xen-support-buffered-ioreqs +qemu-daemonize diff -r a774cbd38187 -r 24827cb8a945 tools/ioemu/patches/qemu-daemonize --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/ioemu/patches/qemu-daemonize Thu Aug 17 11:34:39 2006 +0100 @@ -0,0 +1,20 @@ +Changes required because qemu-dm runs daemonized. + +Index: ioemu/vl.c +=================================================================== +--- ioemu.orig/vl.c 2006-08-16 15:11:32.575865776 +0100 ++++ ioemu/vl.c 2006-08-16 15:11:36.217465702 +0100 +@@ -6036,10 +6036,11 @@ + } + break; + case QEMU_OPTION_nographic: +- pstrcpy(monitor_device, sizeof(monitor_device), "stdio"); ++ if(!strcmp(monitor_device, "vc")) ++ pstrcpy(monitor_device, sizeof(monitor_device), "null"); + if(!strcmp(serial_devices[0], "vc")) + pstrcpy(serial_devices[0], sizeof(serial_devices[0]), +- "stdio"); ++ "null"); + nographic = 1; + break; + case QEMU_OPTION_kernel: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |