From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46068 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqrXv-0004Bz-GN for qemu-devel@nongnu.org; Sat, 19 Feb 2011 13:28:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqrXt-0008VZ-Mu for qemu-devel@nongnu.org; Sat, 19 Feb 2011 13:28:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqrXt-0008VL-Fn for qemu-devel@nongnu.org; Sat, 19 Feb 2011 13:28:41 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1JISdSY019899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 19 Feb 2011 13:28:39 -0500 Received: from playa.redhat.com (vpn-200-36.tlv.redhat.com [10.35.200.36]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1JISbkA001947 for ; Sat, 19 Feb 2011 13:28:38 -0500 Date: Sat, 19 Feb 2011 20:28:37 +0200 From: Alon Levy Subject: Re: [Qemu-devel] [PATCH] spice: update command line help Message-ID: <20110219182836.GE3530@playa.redhat.com> References: <1297344185-4643-1-git-send-email-alevy@redhat.com> <20110210133557.GD14667@playa.tlv.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110210133557.GD14667@playa.tlv.redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, Feb 10, 2011 at 03:35:57PM +0200, Alon Levy wrote: > 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). > Ping! > 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 > > > > >