ia64/xen-unstable
changeset 10063:6a285d7d7b39
Document the UUID domU configuration parameter in example configurations.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue May 16 09:15:19 2006 +0100 (2006-05-16) |
parents | 4fd6ba0e3336 |
children | 18fceb2f6b2d |
files | tools/examples/xmexample.hvm tools/examples/xmexample1 tools/examples/xmexample2 tools/examples/xmexample3 |
line diff
1.1 --- a/tools/examples/xmexample.hvm Tue May 16 09:08:06 2006 +0100 1.2 +++ b/tools/examples/xmexample.hvm Tue May 16 09:15:19 2006 +0100 1.3 @@ -30,6 +30,10 @@ memory = 128 1.4 # A name for your domain. All domains must have different names. 1.5 name = "ExampleHVMDomain" 1.6 1.7 +# 128-bit UUID for the domain. The default behavior is to generate a new UUID 1.8 +# on each call to 'xm create'. 1.9 +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" 1.10 + 1.11 #----------------------------------------------------------------------------- 1.12 # the number of cpus guest platform has, default=1 1.13 #vcpus=1
2.1 --- a/tools/examples/xmexample1 Tue May 16 09:08:06 2006 +0100 2.2 +++ b/tools/examples/xmexample1 Tue May 16 09:15:19 2006 +0100 2.3 @@ -26,6 +26,10 @@ memory = 64 2.4 # A name for your domain. All domains must have different names. 2.5 name = "ExampleDomain" 2.6 2.7 +# 128-bit UUID for the domain. The default behavior is to generate a new UUID 2.8 +# on each call to 'xm create'. 2.9 +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" 2.10 + 2.11 # List of which CPUS this domain is allowed to use, default Xen picks 2.12 #cpus = "" # leave to Xen to pick 2.13 #cpus = "0" # all vcpus run on CPU0
3.1 --- a/tools/examples/xmexample2 Tue May 16 09:08:06 2006 +0100 3.2 +++ b/tools/examples/xmexample2 Tue May 16 09:15:19 2006 +0100 3.3 @@ -55,6 +55,10 @@ memory = 64 3.4 # so we use the vmid to create a name. 3.5 name = "VM%d" % vmid 3.6 3.7 +# 128-bit UUID for the domain. The default behavior is to generate a new UUID 3.8 +# on each call to 'xm create'. 3.9 +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" 3.10 + 3.11 # List of which CPUS this domain is allowed to use, default Xen picks 3.12 #cpus = "" # leave to Xen to pick 3.13 #cpus = "0" # all vcpus run on CPU0
4.1 --- a/tools/examples/xmexample3 Tue May 16 09:08:06 2006 +0100 4.2 +++ b/tools/examples/xmexample3 Tue May 16 09:15:19 2006 +0100 4.3 @@ -55,6 +55,10 @@ memory = 64 4.4 # so we use the vmid to create a name. 4.5 name = "VM%d" % vmid 4.6 4.7 +# 128-bit UUID for the domain. The default behavior is to generate a new UUID 4.8 +# on each call to 'xm create'. 4.9 +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" 4.10 + 4.11 # List of which CPUS this domain is allowed to use, default Xen picks 4.12 #cpus = "" # leave to Xen to pick 4.13 #cpus = "0" # all vcpus run on CPU0