From be6806f5677f42ed68e5c278823658c543c48ca6 Mon Sep 17 00:00:00 2001 From: Goncalo Gomes Date: Tue, 15 May 2012 15:41:53 +0100 Subject: xl: Introduce vncviewer xm compatibility options Signed-off-by: Goncalo Gomes Committed-by: Ian Campbell --- docs/man/xl.cfg.pod.5 | 4 ++++ docs/man/xl.pod.1 | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'docs/man') 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 + +Automatically spawn a vncviewer when creating/restoring a guest + =item B 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 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 [I] I I [I] -- cgit v1.2.3