xen-devel
[Xen-devel] [PATCH] Change the first line of help to add 'QEMU-DM'.
From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Add QEMU-DM at the beginning of the help message. With that, xl can
detect the forked version of qemu and build the correct command line.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
---
vl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vl.c b/vl.c
index ad8c0d0..67e0b1b 100644
--- a/vl.c
+++ b/vl.c
@@ -3990,7 +3990,7 @@ static void help(int exitcode)
{
/* Please keep in synch with QEMU_OPTION_ enums, qemu_options[]
and qemu-doc.texi */
- printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2008
Fabrice Bellard\n"
+ printf("QEMU-DM emulator version " QEMU_VERSION ", Copyright (c) 2003-2008
Fabrice Bellard\n"
"usage: %s [options] [disk_image]\n"
"\n"
"'disk_image' is a raw hard image image for IDE hard disk 0\n"
--
1.6.5
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 0/2] libxl, Handle the command line options of qemu 0.12., anthony . perard
- [Xen-devel] [PATCH 1/2] libxl, Introduce the command line handler for the new qemu., anthony . perard
- Re: [Xen-devel] [PATCH 1/2] libxl, Introduce the command line handler for the new qemu., Gianni Tedesco
- Re: [Xen-devel] [PATCH 1/2] libxl, Introduce the command line handler for the new qemu., Stefano Stabellini
- Re: [Xen-devel] [PATCH 1/2] libxl, Introduce the command line handler for the new qemu., Anthony PERARD
- Re: [Xen-devel] [PATCH 1/2] libxl, Introduce the command line handler for the new qemu., Gianni Tedesco
- Re: [Xen-devel] [PATCH 1/2] libxl, Introduce the command line handler for the new qemu., Stefano Stabellini
- Re: [Xen-devel] [PATCH 1/2] libxl, Introduce the command line handler for the new qemu., Gianni Tedesco
- [Xen-devel] [PATCH] Change the first line of help to add 'QEMU-DM'.,
anthony . perard <=
- [Xen-devel] [PATCH v2 1/2] tools/hotplug, Use udev rules instead of qemu script to setup the bridge., anthony . perard
- [Xen-devel] Re: [PATCH v2 1/2] tools/hotplug, Use udev rules instead of qemu script to setup the bridge., Anthony PERARD
- [Xen-devel] [PATCH v2 1/2] libxl, Introduce the command line handler for the new qemu., anthony . perard
- [Xen-devel] [PATCH 2/2] tools/hotplug, Use udev rules instead of qemu script to setup the bridge., anthony . perard
- [Xen-devel] [PATCH v2 0/3] libxl, Handle the command line options of qemu 0.12., anthony . perard
|
|
|