Masaki Kanno
2007-Dec-07 09:39 UTC
[Xen-devel] [PATCH] Fix help messages of xm vcpu-list/uptime
Hi, We can give multiple domains to the following commands. But, the help messages of the commands are explained to be able to give a single domain. # xm vcpu-list vm1 vm2 Name ID VCPU CPU State Time(s) CPU Affinity vm1 1 0 0 r-- 1409.3 any cpu vm2 2 0 0 r-- 1255.8 any cpu # xm vcpu-list --help Usage: xm vcpu-list [<Domain>] List the VCPUs for a domain or all domains. # xm uptime vm1 vm2 Name ID Uptime vm1 1 0:24:03 vm2 2 0:21:32 # xm uptime --help Usage: xm uptime [-s] <Domain> Print uptime for a domain. This patch fixes the help messages of the commands like the help message of xm list command. # xm vcpu-list --help Usage: xm vcpu-list [Domain, ...] List the VCPUs for all/some domains. # xm uptime --help Usage: xm uptime [-s] [Domain, ...] Print uptime for all/some domains. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCH] Fix error message of xm pause/unpause command
- [PATCH] Fix xm vcpu-set command for when wrong number of VCPU is given
- [PATCH] Fix xm trigger command for inactive managed domains
- [PATCH] Fix xm pci-attach/detach for inactive managed domains
- [PATCH] Fix xm restore command