libxl: pass debug flag down to libxl_domain_suspend
authorOlaf Hering <olaf@aepfle.de>
Fri, 15 Feb 2013 13:32:15 +0000 (13:32 +0000)
committerOlaf Hering <olaf@aepfle.de>
Fri, 15 Feb 2013 13:32:15 +0000 (13:32 +0000)
commit86baa64d950d36bf8abc051aab660f79e8632819
treee2939c37bd16ce2586cd78907959c13efbafae8f
parent98a4502b7691e4061ab051a338d72acb3dd8c6f7
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>
docs/man/xl.pod.1
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_cmdtable.c