From 0653286ebb7495fe8496558e85198699f6aa8c3a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 12 May 2008 10:13:15 +0100 Subject: Fix xmexamples to reflect new meaning of cpus= config option. Signed-off-by: Masaki Kanno --- tools/examples/xmexample2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/examples/xmexample2') 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 -- cgit v1.2.3