aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorDario Faggioli <raistlin@linux.it>2012-04-02 17:43:06 +0100
committerDario Faggioli <raistlin@linux.it>2012-04-02 17:43:06 +0100
commitb9316da4b08b1452fb0962ad2d7fb9c867d0c778 (patch)
treee614a7a7bef63792bd8b14dfc2adbb81facdd4cb /docs/man
parent98901586719af81409ffbd8ca0112a0685b360a6 (diff)
downloadxen-b9316da4b08b1452fb0962ad2d7fb9c867d0c778.tar.gz
xen-b9316da4b08b1452fb0962ad2d7fb9c867d0c778.tar.bz2
xen-b9316da4b08b1452fb0962ad2d7fb9c867d0c778.zip
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@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.cfg.pod.57
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index b53887cb32..9c54bc720c 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -105,6 +105,13 @@ Allow the guest to bring up a maximum of M vcpus. At start of day if
`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.