aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-16 19:08:36 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-16 19:08:36 +0000
commit71a28c9e9d905665b28ce81b22ac3307c75e7901 (patch)
tree415bdda6feb7e5a381eddf639ba97770beeaa401 /tools/examples/xend-config.sxp
parent87371321cc0beb2e0d2d9f9eba4b9d52ba650f06 (diff)
downloadxen-71a28c9e9d905665b28ce81b22ac3307c75e7901.tar.gz
xen-71a28c9e9d905665b28ce81b22ac3307c75e7901.tar.bz2
xen-71a28c9e9d905665b28ce81b22ac3307c75e7901.zip
Make dom0_enforce_cpus() use vcpu_hotplug rather than directly modifying the sysfs entries.
Directly modifying the sysfs entries causes the xenstore state of a cpu's availability to be incorrect. Also slightly modify the dom0-cpus description in the xend-config. Rather than specifying which dom0 vcpus are to be used, it is now a target of how many vcpus to use as pinvcpu ops are the preferred method for setting which physical cpu a vcpu uses. Signed-off-by: Ryan Harper <ryanh@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 249cdce507..1b6b8c52e1 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -49,6 +49,6 @@
# If dom0-min-mem=0, dom0 will never balloon out.
(dom0-min-mem 0)
-# In SMP system, dom0 will use only CPUs in range [1,dom0-cpus]
+# In SMP system, dom0 will use dom0-cpus # of CPUS
# If dom0-cpus = 0, dom0 will take all cpus available
(dom0-cpus 0)