aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/xmexample2')
-rw-r--r--tools/examples/xmexample23
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2
index 5f9329d3af..12b9b0f6ca 100644
--- a/tools/examples/xmexample2
+++ b/tools/examples/xmexample2
@@ -62,7 +62,8 @@ name = "VM%d" % vmid
# List of which CPUS this domain is allowed to use, default Xen picks
#cpus = "" # leave to Xen to pick
#cpus = "0" # all vcpus run on CPU0
-#cpus = "0-3,5,^1" # run on cpus 0,2,3,5
+#cpus = "0-3,5,^1" # all vcpus run on cpus 0,2,3,5
+#cpus = ["2", "3"] # VCPU0 runs on CPU2, VCPU1 runs on CPU3
#cpus = "%s" % vmid # set based on vmid (mod number of CPUs)
# Number of Virtual CPUS to use, default is 1