aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample1
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/xmexample1
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/xmexample1')
-rw-r--r--tools/examples/xmexample14
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1
index 1ba525a962..741e330bfb 100644
--- a/tools/examples/xmexample1
+++ b/tools/examples/xmexample1
@@ -26,6 +26,10 @@ memory = 64
# A name for your domain. All domains must have different names.
name = "ExampleDomain"
+# 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