aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
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 /tools/libxl/xl_cmdtable.c
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 'tools/libxl/xl_cmdtable.c')
-rw-r--r--tools/libxl/xl_cmdtable.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index 9d33707544..7012d8464d 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -30,7 +30,10 @@ struct cmd_spec cmd_table[] = {
"-n, --dryrun Dry run - prints the resulting configuration\n"
" (deprecated in favour of global -N option).\n"
"-d Enable debug messages.\n"
- "-e Do not wait in the background for the death of the domain."
+ "-e Do not wait in the background for the death of the domain.\n"
+ "-V, --vncviewer Connect to the VNC display after the domain is created.\n"
+ "-A, --vncviewer-autopass\n"
+ " Pass VNC password to viewer via stdin."
},
{ "config-update",
&main_config_update, 1, 1,
@@ -144,10 +147,12 @@ struct cmd_spec cmd_table[] = {
&main_restore, 0, 1,
"Restore a domain from a saved state",
"[options] [<ConfigFile>] <CheckpointFile>",
- "-h Print this help.\n"
- "-p Do not unpause domain after restoring it.\n"
- "-e Do not wait in the background for the death of the domain.\n"
- "-d Enable debug messages."
+ "-h Print this help.\n"
+ "-p Do not unpause domain after restoring it.\n"
+ "-e Do not wait in the background for the death of the domain.\n"
+ "-d Enable debug messages.\n"
+ "-V, --vncviewer Connect to the VNC display after the domain is created.\n"
+ "-A, --vncviewer-autopass Pass VNC password to viewer via stdin."
},
{ "migrate-receive",
&main_migrate_receive, 0, 1,