docs: Document vcpu-pinning in guest config file
authorDario Faggioli <raistlin@linux.it>
Mon, 2 Apr 2012 16:43:06 +0000 (17:43 +0100)
committerDario Faggioli <raistlin@linux.it>
Mon, 2 Apr 2012 16:43:06 +0000 (17:43 +0100)
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>
docs/man/xl.cfg.pod.5

index b53887cb32f08024ed2633f5112f3cb91060c0a8..9c54bc720caec067c1a8e8409f0a6cdbd1e12ff2 100644 (file)
@@ -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.