From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44424 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnWgy-0003jV-TJ for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:36:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnWgm-0002sE-AE for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:36:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnWgm-0002s8-0h for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:36:04 -0500 Date: Thu, 10 Feb 2011 15:35:57 +0200 From: Alon Levy Subject: Re: [Qemu-devel] [PATCH] spice: update command line help Message-ID: <20110210133557.GD14667@playa.tlv.redhat.com> References: <1297344185-4643-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297344185-4643-1-git-send-email-alevy@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, Would be nice to have this in 0.14 - it is only documentation, and fixing documentation inconsistency (html help contains all this parameters already). Alon On Thu, Feb 10, 2011 at 03:23:05PM +0200, Alon Levy wrote: > --- > v2, now with matching parenthesis. > --- > qemu-options.hx | 14 +++++++++++++- > 1 files changed, 13 insertions(+), 1 deletions(-) > > diff --git a/qemu-options.hx b/qemu-options.hx > index 945edf3..9ec5b4c 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -672,7 +672,19 @@ Enable SDL. > ETEXI > > DEF("spice", HAS_ARG, QEMU_OPTION_spice, > - "-spice enable spice\n", QEMU_ARCH_ALL) > +"-spice [port=][,addr=][,ipv4][,ipv6][,password=]\n" > +" [,disable-ticketing][,tls-port=][,x509-dir=]\n" > +" [,x509-key-file=][,x509-cert-file=]\n" > +" [,x509-dh-key-file=][,tls-ciphers=]\n" > +" [,tls-channel=main|display|inputs|record|playback|tunnel]\n" > +" [,image-compression=auto_glz|auto_lz|quic|glz|lz|off]\n" > +" [,jpeg-wan-compression=auto|never|always]\n" > +" [,streaming-video=off|all|filter]\n" > +" [,agent-mouse=on|off]\n" > +" [,playback-compression=on|off]\n" > +" one of port and tls-port is mandatory.\n" > + , QEMU_ARCH_ALL) > + > STEXI > @item -spice @var{option}[,@var{option}[,...]] > @findex -spice > -- > 1.7.4 > >