From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50895 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnWGi-0002xY-C3 for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:09:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnWGb-00063o-7z for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:09:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnWGb-00063J-1T for qemu-devel@nongnu.org; Thu, 10 Feb 2011 08:09:01 -0500 From: Alon Levy Date: Thu, 10 Feb 2011 15:08:56 +0200 Message-Id: <1297343336-3482-1-git-send-email-alevy@redhat.com> Subject: [Qemu-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 --- qemu-options.hx | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) 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