From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] make help output be a little more self-consistent Date: Thu, 7 Jan 2010 10:24:00 -0200 Message-ID: <20100107122400.GC9657@amt.cnet> References: <4B448298020000480008AA6D@sinclair.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Bruce Rogers Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3365 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751006Ab0AGMfI (ORCPT ); Thu, 7 Jan 2010 07:35:08 -0500 Content-Disposition: inline In-Reply-To: <4B448298020000480008AA6D@sinclair.provo.novell.com> Sender: kvm-owner@vger.kernel.org List-ID: Bruce, Can you please send two patches, one for qemu upstream (qemu-devel@nongnu.org), and another for qemu-kvm (relative to qemu-kvm specific options). Thanks. On Wed, Jan 06, 2010 at 12:31:20PM -0700, Bruce Rogers wrote: > Signed-off-by: Bruce Rogers > --- > qemu-options.hx | 58 ++++++++++++++++++++++++++++-------------------------- > 1 files changed, 30 insertions(+), 28 deletions(-) > > diff --git a/qemu-options.hx b/qemu-options.hx > index 812d067..fdd5884 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -42,7 +42,7 @@ DEF("smp", HAS_ARG, QEMU_OPTION_smp, > "-smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets]\n" > " set the number of CPUs to 'n' [default=1]\n" > " maxcpus= maximum number of total cpus, including\n" > - " offline CPUs for hotplug etc.\n" > + " offline CPUs for hotplug, etc\n" > " cores= number of CPU cores on one socket\n" > " threads= number of threads on one CPU core\n" > " sockets= number of discrete sockets in the system\n") > @@ -406,8 +406,9 @@ ETEXI > DEF("device", HAS_ARG, QEMU_OPTION_device, > "-device driver[,options] add device\n") > DEF("name", HAS_ARG, QEMU_OPTION_name, > - "-name string1[,process=string2] set the name of the guest\n" > - " string1 sets the window title and string2 the process name (on Linux)\n") > + "-name string1[,process=string2]\n" > + " set the name of the guest\n" > + " string1 sets the window title and string2 the process name (on Linux)\n") > STEXI > @item -name @var{name} > Sets the @var{name} of the guest. > @@ -484,7 +485,7 @@ ETEXI >