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
|
|
|