|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Document the UUID domU configuration parameter in exampl
# 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 <=
|
|
|
|
|