# HG changeset patch # User user@xxxxxxxxxxxxxxxxxxxxx # Node ID 347948cff0621cd3b085dc02f15fb2c9b55148af # Parent cb70d4f8d7182b0d1b5bcee7044f59fbe4dc9839 Document the UUID domU configuration parameter in example configurations. Signed-off-by: Andrew D. Ball diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample.hvm --- a/tools/examples/xmexample.hvm Mon May 15 06:51:07 2006 +++ b/tools/examples/xmexample.hvm Mon May 15 17:00:51 2006 @@ -29,6 +29,10 @@ # 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 diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample1 --- a/tools/examples/xmexample1 Mon May 15 06:51:07 2006 +++ b/tools/examples/xmexample1 Mon May 15 17:00:51 2006 @@ -25,6 +25,10 @@ # 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 diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample2 --- a/tools/examples/xmexample2 Mon May 15 06:51:07 2006 +++ b/tools/examples/xmexample2 Mon May 15 17:00:51 2006 @@ -54,6 +54,10 @@ # A name for the new domain. All domains have to have different names, # 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 diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample3 --- a/tools/examples/xmexample3 Mon May 15 06:51:07 2006 +++ b/tools/examples/xmexample3 Mon May 15 17:00:51 2006 @@ -54,6 +54,10 @@ # A name for the new domain. All domains have to have different names, # 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