|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] docs: add spice options to xl domain cfg document
# 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
|
|
|
|
|