[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] docs: Document vcpu-pinning in guest config file
# HG changeset patch # User Dario Faggioli <raistlin@xxxxxxxx> # Date 1333384986 -3600 # Node ID 4aa9e1d759e0f1a682a3cb4391c5c4be3bb59c6d # Parent cafb9a2d51d63e41a1a154d2d0e7c43ec67e4b34 docs: Document vcpu-pinning in guest config file Chageset 54000bca7a6a didn't affect xl.cfg.pod.5 properly. Signed-off-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson.citrix.com> --- diff -r cafb9a2d51d6 -r 4aa9e1d759e0 docs/man/xl.cfg.pod.5 --- a/docs/man/xl.cfg.pod.5 Mon Mar 26 15:22:18 2012 +0200 +++ b/docs/man/xl.cfg.pod.5 Mon Apr 02 17:43:06 2012 +0100 @@ -105,6 +105,13 @@ Allow the guest to bring up a maximum of `vcpus=N` is less than `maxvcpus=M` then the first `N` vcpus will be created online and the remainder will be offline. +=item B<cpus="CPU-LIST"> + +List of which cpus the guest is allowed to use. Default behavior is +`all cpus`. A list of cpus may be specified as follows: `cpus="0-3,5,^1"` +(all vcpus will run on cpus 0,2,3,5), or `cpus=["2", "3"]` (all vcpus +will run on cpus 2 and 3). + =item B<memory=MBYTES> Start the guest with MBYTES megabytes of RAM. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |