From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59665 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnWT6-0006Nx-ST for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:21:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnWSy-0008IB-7v for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:21:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnWSx-0008HY-VJ for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:21:48 -0500 Date: Thu, 10 Feb 2011 15:21:42 +0200 From: Alon Levy Message-ID: <20110210132141.GC14667@playa.tlv.redhat.com> References: <1297343336-3482-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297343336-3482-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] Re: [Spice-devel] [PATCH] spice: update command line help List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: spice-devel@freedesktop.org On Thu, Feb 10, 2011 at 03:08:56PM +0200, Alon Levy wrote: > --- > qemu-options.hx | 14 +++++++++++++- > 1 files changed, 13 insertions(+), 1 deletions(-) Self NACK, had a typo (extra '['). > > diff --git a/qemu-options.hx b/qemu-options.hx > index 945edf3..287e910 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 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/spice-devel