aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample2
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-16 09:15:19 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-16 09:15:19 +0100
commit1c9887d59b3a49d3350ed1a72199b90a292284a8 (patch)
tree58832f837dc487f9b9edda232f75271c915bb2b3 /tools/examples/xmexample2
parent28978ff92ad4e47c0a2a96680243422ab749cfb8 (diff)
downloadxen-1c9887d59b3a49d3350ed1a72199b90a292284a8.tar.gz
xen-1c9887d59b3a49d3350ed1a72199b90a292284a8.tar.bz2
xen-1c9887d59b3a49d3350ed1a72199b90a292284a8.zip
Document the UUID domU configuration parameter in example configurations.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
Diffstat (limited to 'tools/examples/xmexample2')
-rw-r--r--tools/examples/xmexample24
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2
index 2dd75687b6..3d4f67701f 100644
--- a/tools/examples/xmexample2
+++ b/tools/examples/xmexample2
@@ -55,6 +55,10 @@ memory = 64
# so we use the vmid to create a name.
name = "VM%d" % vmid
+# 128-bit UUID for the domain. The default behavior is to generate a new UUID
+# on each call to 'xm create'.
+#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9"
+
# 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