WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] docs: add spice options to xl domain cfg document

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] docs: add spice options to xl domain cfg document
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Thu, 10 Nov 2011 08:06:58 +0000
Cc: ZhouPeng <zpengxen@xxxxxxxxx>, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Delivery-date: Thu, 10 Nov 2011 00:16:03 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1320678789@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1320678789@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.6.4
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1320912366 0
# Node ID ceebf46a339d6c5e1bb2f91abe8a7ed0cc0178bf
# Parent  30c6d81d3509a35365ac4bd68bdfdc035f768ff3
docs: add spice options to xl domain cfg document

Signed-off-by: Zhou Peng <zhoupeng@xxxxxxxxxxxxxxx>
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r 30c6d81d3509 -r ceebf46a339d docs/user/xl-domain-config.markdown
--- a/docs/user/xl-domain-config.markdown       Mon Nov 07 16:04:06 2011 +0000
+++ b/docs/user/xl-domain-config.markdown       Thu Nov 10 08:06:06 2011 +0000
@@ -471,17 +471,31 @@ in the `VFB_SPEC_STRING` for configuring
 
 ### Spice Graphics Support
 
- * `spice=BOOLEAN`: XXX
+The following options control the features of SPICE.
 
- * `spiceport=XXX`: XXX
+ * `spice=BOOLEAN`: Allow access to the display via the SPICE protocol.
+    This enables the other SPICE-related settings.
 
- * `spicetls_port=XXX`: XXX
+ * `spicehost="ADDRESS"`: Specify the interface address to listen on if
+    given, otherwise any interface.
 
- * `spicehost=XXX`: XXX
+ * `spiceport=NUMBER`: Specify the port to listen on by the SPICE server
+    if the SPICE is enabled.
 
- * `spicedisable_ticketing=XXX`: XXX
+ * `spicetls_port=NUMBER`: Specify the secure port to listen on
+    by the SPICE server if the SPICE is enabled. At least one of the
+    spiceport or spicetls_port must be given if SPICE is enabled.
+    NB. the options depending on spicetls_port have not been supported.
 
- * `spiceagent_mouse=XXX`: XXX
+ * `spicedisable_ticketing=BOOLEAN`: Enable client connection
+    without password. The default is false. If it's false (set to 0),
+    spicepasswd must be set.
+
+ * `spicepasswd="PASSWORD"`: Specify the ticket password which is used by
+    a client for connection.
+
+ * `spiceagent_mouse=BOOLEAN`: Whether SPICE agent is used
+    for client mouse mode. The default is true (turn on)
 
 ### Miscellaneous Emulated Hardware
 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel