aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGoncalo Gomes <Goncalo.Gomes@EU.CITRIX.COM>2012-05-15 15:41:53 +0100
committerGoncalo Gomes <Goncalo.Gomes@EU.CITRIX.COM>2012-05-15 15:41:53 +0100
commitbe6806f5677f42ed68e5c278823658c543c48ca6 (patch)
tree89df282213b21eed69efbef410510ff4e61fddcd /docs
parent705407c84cb08fc1d3fb02f92c2f3ad5749f1efc (diff)
downloadxen-be6806f5677f42ed68e5c278823658c543c48ca6.tar.gz
xen-be6806f5677f42ed68e5c278823658c543c48ca6.tar.bz2
xen-be6806f5677f42ed68e5c278823658c543c48ca6.zip
xl: Introduce vncviewer xm compatibility options
Signed-off-by: Goncalo Gomes <Goncalo.Gomes@EU.CITRIX.COM> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.cfg.pod.54
-rw-r--r--docs/man/xl.pod.118
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 832bae4cb9..dbe3291197 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -91,6 +91,10 @@ The following options apply to guests of any type.
Specifies the UUID of the domain. If not specified, a fresh unique
UUID will be generated.
+=item B<vncviewer=BOOLEAN>
+
+Automatically spawn a vncviewer when creating/restoring a guest
+
=item B<pool="CPUPOOLNAME">
Put the guest's vcpus into the named cpu pool.
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index b192efadf6..a838f54495 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -126,6 +126,14 @@ Use the given configuration file.
Leave the domain paused after it is created.
+=item B<-V>, B<--vncviewer>
+
+Attach to domain's VNC server, forking a vncviewer process.
+
+=item B<-A>, B<--vncviewer-autopass>
+
+Pass VNC password to vncviewer via stdin.
+
=item B<-c>
Attach console to the domain as soon as it has started. This is
@@ -439,6 +447,16 @@ See the corresponding option of the I<create> subcommand.
Enable debug messages.
+=item B<-V>, B<--vncviewer>
+
+Attach to domain's VNC server, forking a vncviewer process.
+
+=item B<-A>, B<--vncviewer-autopass>
+
+Pass VNC password to vncviewer via stdin.
+
+
+
=back
=item B<save> [I<OPTIONS>] I<domain-id> I<CheckpointFile> [I<ConfigFile>]