aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-04 16:47:52 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-04 16:47:52 +0100
commit23566e775d1e90064a01107d5e6c75a00ab6a2fe (patch)
tree59d730ee4c37c622e5283938ad1d3d05d014db9f /tools/examples
parent7a65b19d09e2b591c9c9bb8ccf3b83767c586660 (diff)
downloadxen-23566e775d1e90064a01107d5e6c75a00ab6a2fe.tar.gz
xen-23566e775d1e90064a01107d5e6c75a00ab6a2fe.tar.bz2
xen-23566e775d1e90064a01107d5e6c75a00ab6a2fe.zip
stubdom: rename the ioemu-dm domain config file to domainname-dm,
which is shorter, makes more sense, and sorts better. From: Samuel Thibault <samuel.thibault@eu.citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xmexample.hvm-dm (renamed from tools/examples/stubdom-ExampleHVMDomain)0
-rw-r--r--tools/examples/xmexample.hvm-stubdom2
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/stubdom-ExampleHVMDomain b/tools/examples/xmexample.hvm-dm
index de1619ba32..de1619ba32 100644
--- a/tools/examples/stubdom-ExampleHVMDomain
+++ b/tools/examples/xmexample.hvm-dm
diff --git a/tools/examples/xmexample.hvm-stubdom b/tools/examples/xmexample.hvm-stubdom
index 117273c5e5..2c06f7ae23 100644
--- a/tools/examples/xmexample.hvm-stubdom
+++ b/tools/examples/xmexample.hvm-stubdom
@@ -30,7 +30,7 @@ memory = 128
# shadow_memory = 8
# A name for your domain. All domains must have different names.
-name = "ExampleHVMDomain"
+name = "xmexample.hvm"
# 128-bit UUID for the domain. The default behavior is to generate a new UUID
# on each call to 'xm create'.