aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2013-02-15 13:32:15 +0000
committerOlaf Hering <olaf@aepfle.de>2013-02-15 13:32:15 +0000
commit86baa64d950d36bf8abc051aab660f79e8632819 (patch)
treee2939c37bd16ce2586cd78907959c13efbafae8f /tools/libxl/xl_cmdtable.c
parent98a4502b7691e4061ab051a338d72acb3dd8c6f7 (diff)
downloadxen-86baa64d950d36bf8abc051aab660f79e8632819.tar.gz
xen-86baa64d950d36bf8abc051aab660f79e8632819.tar.bz2
xen-86baa64d950d36bf8abc051aab660f79e8632819.zip
libxl: pass debug flag down to libxl_domain_suspend
libxl_domain_suspend is already prepared to handle LIBXL_SUSPEND_DEBUG, and xl migrate handles the -d switch as well. Pass this flag down to libxl_domain_suspend, so that finally xc_domain_save can dump huge amount of debug data to stdout. Update xl.1 and help text output. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Campbell <ian.campbell@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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index 0f0634fd07..b4a87ca137 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -153,7 +153,8 @@ struct cmd_spec cmd_table[] = {
" to sh. If empty, run <host> instead of ssh <host> xl\n"
" migrate-receive [-d -e]\n"
"-e Do not wait in the background (on <host>) for the death\n"
- " of the domain."
+ " of the domain.\n"
+ "--debug Print huge (!) amount of debug during the migration process."
},
{ "dump-core",
&main_dump_core, 0, 1,