From: Robert Ho <robert.hu@intel.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, robert.hu@intel.com
Subject: [Qemu-devel] [PATCH 1/2] Reveal 'to' param of '-vnc' option in qemu man page
Date: Tue, 31 May 2016 14:42:35 +0800 [thread overview]
Message-ID: <1464676956-8460-2-git-send-email-robert.hu@intel.com> (raw)
In-Reply-To: <1464676956-8460-1-git-send-email-robert.hu@intel.com>
Add the descrption of the 'to' param of 'vnc' option in QEMU man page.
Signed-off-by: Robert Ho <robert.hu@intel.com>
---
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
next prev parent reply other threads:[~2016-05-31 6:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-31 6:42 [Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user Robert Ho
2016-05-31 6:42 ` Robert Ho [this message]
2016-05-31 6:42 ` [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use Robert Ho
2016-05-31 7:51 ` Markus Armbruster
2016-05-31 9:49 ` Robert Hu
2016-05-31 11:17 ` Markus Armbruster
2016-06-05 13:15 ` Robert Hu
2016-06-06 7:28 ` Markus Armbruster
2016-06-07 0:28 ` Robert Hu
2016-06-07 3:09 ` Robert Hu
2016-06-08 14:22 ` Markus Armbruster
2016-06-18 8:53 ` Robert Hu
2016-06-20 5:54 ` Markus Armbruster
-- strict thread matches above, loose matches on Subject: below --
2016-05-31 7:03 [Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user Robert Ho
2016-05-31 7:03 ` [Qemu-devel] [PATCH 1/2] Reveal 'to' param of '-vnc' option in qemu man page Robert Ho
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464676956-8460-2-git-send-email-robert.hu@intel.com \
--to=robert.hu@intel.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.