From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9yRB-0002I6-1N for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9yR8-0001Pt-Vw for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:35:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9yR8-0001Pn-Pv for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:35:38 -0400 From: Paolo Bonzini Date: Mon, 6 Jun 2016 19:35:18 +0200 Message-Id: <1465234520-11160-10-git-send-email-pbonzini@redhat.com> In-Reply-To: <1465234520-11160-1-git-send-email-pbonzini@redhat.com> References: <1465234520-11160-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 09/11] vnc: list the 'to' parameter of '-vnc' in the qemu man page List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Robert Ho From: Robert Ho Signed-off-by: Robert Ho Message-Id: <1464678190-9290-2-git-send-email-robert.hu@intel.com> Signed-off-by: Paolo Bonzini --- qemu-options.hx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qemu-options.hx b/qemu-options.hx index 9f33361..c433143 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}. -- 2.5.5