From 23c74ab2b27afb075d8eacf40f04b24f779c5732 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 29 Jun 2012 15:42:27 +0100 Subject: xl: rename "list-vm" command to "vm-list" All of the other "list" verbs are of the form "$noun-list". For example: "pci-list", "vcpu-list", "network-list", "block-list", etc. Additionally, many people have well trained muscle memory from years of typing "xm li". "xl li" was ambiguous due to "xl list-vm", thus resulting in "command not implemented". Finally, this command was missing from the xl man page. Signed-off-by: Matt Wilson Acked-by: Ian Jackson Committed-by: Ian Jackson --- docs/man/xl.pod.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/man') diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index c1ec1dacd8..cbd760874e 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -617,6 +617,19 @@ different run state is appropriate. Pinning can be used to restrict this, by ensuring certain VCPUs can only run on certain physical CPUs. +=item B + +Prints information about guests. This list excludes information about +service or auxiliary domains such as dom0 and stubdoms. + +B + +An example format for the list is as follows: + +UUID ID name +59e1cf6c-6ab9-4879-90e7-adc8d1c63bf5 2 win +50bc8f75-81d0-4d53-b2e6-95cb44e2682e 3 linux + =item B [I] I Attach to domain's VNC server, forking a vncviewer process. -- cgit v1.2.3