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

[Xen-changelog] Document the UUID domU configuration parameter in exampl

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Document the UUID domU configuration parameter in example configurations.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 May 2006 17:04:11 +0000
Delivery-date: Tue, 16 May 2006 10:05:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 6a285d7d7b390d2610be640a5f3fbd38385856d7
# Parent  4fd6ba0e333673a275403867aebd805efc14d41d
Document the UUID domU configuration parameter in example configurations.

Signed-off-by: Andrew D. Ball <aball@xxxxxxxxxx>
---
 tools/examples/xmexample.hvm |    4 ++++
 tools/examples/xmexample1    |    4 ++++
 tools/examples/xmexample2    |    4 ++++
 tools/examples/xmexample3    |    4 ++++
 4 files changed, 16 insertions(+)

diff -r 4fd6ba0e3336 -r 6a285d7d7b39 tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm      Tue May 16 09:08:06 2006 +0100
+++ b/tools/examples/xmexample.hvm      Tue May 16 09:15:19 2006 +0100
@@ -29,6 +29,10 @@ memory = 128
 
 # 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 4fd6ba0e3336 -r 6a285d7d7b39 tools/examples/xmexample1
--- a/tools/examples/xmexample1 Tue May 16 09:08:06 2006 +0100
+++ b/tools/examples/xmexample1 Tue May 16 09:15:19 2006 +0100
@@ -25,6 +25,10 @@ memory = 64
 
 # 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 4fd6ba0e3336 -r 6a285d7d7b39 tools/examples/xmexample2
--- a/tools/examples/xmexample2 Tue May 16 09:08:06 2006 +0100
+++ b/tools/examples/xmexample2 Tue May 16 09:15:19 2006 +0100
@@ -54,6 +54,10 @@ memory = 64
 # 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 4fd6ba0e3336 -r 6a285d7d7b39 tools/examples/xmexample3
--- a/tools/examples/xmexample3 Tue May 16 09:08:06 2006 +0100
+++ b/tools/examples/xmexample3 Tue May 16 09:15:19 2006 +0100
@@ -54,6 +54,10 @@ memory = 64
 # 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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Document the UUID domU configuration parameter in example configurations., Xen patchbot-unstable <=