aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-19 12:51:16 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-19 12:51:16 +0100
commit00c08b5e07087c7ff089df7cbecb4b9fb5039441 (patch)
tree314d8e0590ce07565d900714e2259f6b0c7321fc /tools/libxl/xl_cmdtable.c
parent5c898a05f448738985cc0eefa0ae7389e26349a4 (diff)
downloadxen-00c08b5e07087c7ff089df7cbecb4b9fb5039441.tar.gz
xen-00c08b5e07087c7ff089df7cbecb4b9fb5039441.tar.bz2
xen-00c08b5e07087c7ff089df7cbecb4b9fb5039441.zip
xl: Add subcommand "xl debug-keys"
Can be used to send debug keys to Xen. Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>
Diffstat (limited to 'tools/libxl/xl_cmdtable.c')
-rw-r--r--tools/libxl/xl_cmdtable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index b1f87468e8..d34e569888 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -186,6 +186,11 @@ struct cmd_spec cmd_table[] = {
"Send a sysrq to a domain",
"<Domain> <letter>",
},
+ { "debug-keys",
+ &main_debug_keys,
+ "Send debug keys to Xen",
+ "<Keys>",
+ },
{ "top",
&main_top,
"Monitor a host and the domains in real time",