debuggers.hg
changeset 10948:aa1ab056bfbf
Clarify the use of vcpu-set. Closes bug #686.
Signed-off-by Harry Butterworth <butterwo@uk.ibm.com>
Signed-off-by Harry Butterworth <butterwo@uk.ibm.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Wed Aug 02 17:42:38 2006 +0100 (2006-08-02) |
parents | 01734f40860f |
children | b33c08de3d98 b76e86966e7e |
files | tools/python/xen/xm/main.py |
line diff
1.1 --- a/tools/python/xen/xm/main.py Wed Aug 02 15:47:04 2006 +0100 1.2 +++ b/tools/python/xen/xm/main.py Wed Aug 02 17:42:38 2006 +0100 1.3 @@ -78,7 +78,9 @@ help_spacer = """ 1.4 sysrq_help = "sysrq <DomId> <letter> Send a sysrq to a domain" 1.5 domid_help = "domid <DomName> Converts a domain name to a domain id" 1.6 domname_help = "domname <DomId> Convert a domain id to a domain name" 1.7 -vcpu_set_help = """vcpu-set <DomId> <VCPUs> Set the number of VCPUs for a domain""" 1.8 +vcpu_set_help = """vcpu-set <DomId> <VCPUs> Set the number of active VCPUs for a domain 1.9 + within the range allowed by the domain 1.10 + configuration""" 1.11 vcpu_list_help = "vcpu-list <DomId> List the VCPUs for a domain (or all domains)" 1.12 vcpu_pin_help = "vcpu-pin <DomId> <VCPU> <CPUs> Set which cpus a VCPU can use" 1.13 dmesg_help = "dmesg [-c|--clear] Read or clear Xen's message buffer"