aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>2006-08-09 15:03:38 +0100
committerchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>2006-08-09 15:03:38 +0100
commit26453d70cc99265e8ffaac2bce497fcc3b24dbb5 (patch)
tree2265a2a3771afacdf806eb33a707b6eeb824d251 /tools/examples/xmexample.hvm
parent29ee8ec82449b63467bfc91efad40d3b485dca01 (diff)
downloadxen-26453d70cc99265e8ffaac2bce497fcc3b24dbb5.tar.gz
xen-26453d70cc99265e8ffaac2bce497fcc3b24dbb5.tar.bz2
xen-26453d70cc99265e8ffaac2bce497fcc3b24dbb5.zip
[qemu] Add vncunused option.
If the port used for the requested display number is in use, try additional ports until a free port is found. Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 3d7f85263f..396274c860 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -130,6 +130,10 @@ vnc=1
#vncdisplay=1
#----------------------------------------------------------------------------
+# try to find an unused port for the VNC server, default = 1
+#vncunused=1
+
+#----------------------------------------------------------------------------
# enable spawning vncviewer for domain's console
# (only valid when vnc=1), default = 0
#vncconsole=0