aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
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/xmexample.hvm
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/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 2f136ae7ee..f142379871 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -30,6 +30,10 @@ memory = 128
# A name for your domain. All domains must have different names.
name = "ExampleHVMDomain"
+# 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"
+
#-----------------------------------------------------------------------------
# the number of cpus guest platform has, default=1
#vcpus=1