From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew D. Ball" Subject: [PATCH] include uuid option in example domU configurations Date: Mon, 15 May 2006 16:33:59 -0400 Message-ID: <4468E5B7.6000206@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070501060608040304000608" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------070501060608040304000608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sorry if this gets posted twice, I sent it several hours ago and still don't see it in my email client ... Andrew --------------070501060608040304000608 Content-Type: text/plain; name="uuid_in_examples.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="uuid_in_examples.patch" # HG changeset patch # User user@localhost.localdomain # 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 --------------070501060608040304000608 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------070501060608040304000608--