All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include uuid option in example domU configurations
@ 2006-05-15 20:33 Andrew D. Ball
  0 siblings, 0 replies; only message in thread
From: Andrew D. Ball @ 2006-05-15 20:33 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Sorry if this gets posted twice, I sent it several hours ago and still 
don't see it in my email client ...

Andrew

[-- Attachment #2: uuid_in_examples.patch --]
[-- Type: text/plain, Size: 2660 bytes --]

# 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 <aball@us.ibm.com>

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

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-15 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 20:33 [PATCH] include uuid option in example domU configurations Andrew D. Ball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.