All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andrew D. Ball" <aball@us.ibm.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] include uuid option in example domU configurations
Date: Mon, 15 May 2006 16:33:59 -0400	[thread overview]
Message-ID: <4468E5B7.6000206@us.ibm.com> (raw)

[-- 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

                 reply	other threads:[~2006-05-15 20:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4468E5B7.6000206@us.ibm.com \
    --to=aball@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.