aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
diff options
context:
space:
mode:
authorJuergen Gross <juergen.gross@ts.fujitsu.com>2010-12-09 11:23:20 +0100
committerJuergen Gross <juergen.gross@ts.fujitsu.com>2010-12-09 11:23:20 +0100
commit1583cc1c1e43e6ce01fa4b9c43fbf1d70e830fc9 (patch)
tree8e6bb10a56e774a698fac131323c1bb7e11c5acd /tools/libxl/xl_cmdtable.c
parent93039a68a59a917e9e3419dfe6114b1571207acc (diff)
downloadxen-1583cc1c1e43e6ce01fa4b9c43fbf1d70e830fc9.tar.gz
xen-1583cc1c1e43e6ce01fa4b9c43fbf1d70e830fc9.tar.bz2
xen-1583cc1c1e43e6ce01fa4b9c43fbf1d70e830fc9.zip
support topolgy info in xl info
Adds option -n/--numa to xl info command to print topology information. No numa information up to now, as I've no machine which will give this info via xm info (could be a bug in xm, however). Signed-off-by: juergen.gross@ts.fujitsu.com Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxl/xl_cmdtable.c')
-rw-r--r--tools/libxl/xl_cmdtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index 285c84a41d..149bce978f 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -185,7 +185,7 @@ struct cmd_spec cmd_table[] = {
{ "info",
&main_info,
"Get information about Xen host",
- "",
+ "-n, --numa List host NUMA topology information",
},
{ "sched-credit",
&main_sched_credit,