From patchwork Thu Feb 10 13:08:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 82604 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2C261B7109 for ; Fri, 11 Feb 2011 00:10:46 +1100 (EST) Received: from localhost ([127.0.0.1]:57170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnWIK-0003Vo-6E for incoming@patchwork.ozlabs.org; Thu, 10 Feb 2011 08:10:48 -0500 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 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1AD8xSG024831 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 10 Feb 2011 08:08:59 -0500 Received: from playa.tlv.redhat.com (dhcp-3-110.tlv.redhat.com [10.35.3.110]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1AD8vQM011915; Thu, 10 Feb 2011 08:08:58 -0500 From: Alon Levy To: qemu-devel@nongnu.org Date: Thu, 10 Feb 2011 15:08:56 +0200 Message-Id: <1297343336-3482-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: spice-devel@freedesktop.org Subject: [Qemu-devel] [PATCH] spice: update command line help X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.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