From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7dhz-0007sK-Cn for qemu-devel@nongnu.org; Tue, 31 May 2016 03:03:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7dht-0005GH-3r for qemu-devel@nongnu.org; Tue, 31 May 2016 03:03:22 -0400 Received: from mga02.intel.com ([134.134.136.20]:32506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7dhs-0005Fr-UD for qemu-devel@nongnu.org; Tue, 31 May 2016 03:03:17 -0400 From: Robert Ho Date: Tue, 31 May 2016 15:03:09 +0800 Message-Id: <1464678190-9290-2-git-send-email-robert.hu@intel.com> In-Reply-To: <1464678190-9290-1-git-send-email-robert.hu@intel.com> References: <1464678190-9290-1-git-send-email-robert.hu@intel.com> Subject: [Qemu-devel] [PATCH 1/2] Reveal 'to' param of '-vnc' option in qemu man page List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, robert.hu@intel.com Add the descrption of the 'to' param of 'vnc' option in QEMU man page. Signed-off-by: Robert Ho --- qemu-options.hx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qemu-options.hx b/qemu-options.hx index 6106520..68b4cf2 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1241,6 +1241,13 @@ syntax for the @var{display} is @table @option +@item to=@var{L} + +With this option, QEMU will try next available VNC @var{display}s, until the +number @var{L}, if the origianlly defined "-vnc @var{display}" is not +available, e.g. port 5900+@var{display} is already used by another +application. By default, to=0. + @item @var{host}:@var{d} TCP connections will only be allowed from @var{host} on display @var{d}. -- 1.8.3.1