From mboxrd@z Thu Jan 1 00:00:00 1970 From: anthony.perard@citrix.com Subject: [PATCH] Change the first line of help to add 'QEMU-DM'. Date: Thu, 5 Aug 2010 19:03:44 +0100 Message-ID: <1281031424-22056-1-git-send-email-anthony.perard@citrix.com> References: <1281019222.18490.222.camel@qabil.uk.xensource.com> Return-path: In-Reply-To: <1281019222.18490.222.camel@qabil.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Anthony PERARD , gianni.tedesco@citrix.com, Stefano.Stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org From: Anthony PERARD 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 --- 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