WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] include uuid option in example domU configurations

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] include uuid option in example domU configurations
From: "Andrew D. Ball" <aball@xxxxxxxxxx>
Date: Mon, 15 May 2006 16:33:59 -0400
Delivery-date: Mon, 15 May 2006 13:34:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Sorry if this gets posted twice, I sent it several hours ago and still don't see it in my email client ...

Andrew
# 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 <aball@xxxxxxxxxx>

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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] include uuid option in example domU configurations, Andrew D. Ball <=