aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-10 10:37:15 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-10 10:37:15 +0100
commit2dcebc270eb1603d27436532cd40d8b682a25290 (patch)
treeb4edca0956d3e1f5cffd2bd30569a3635f683998 /tools/examples/xend-config.sxp
parent37337d1d6df767867598369602b8df1dd66cc17a (diff)
downloadxen-2dcebc270eb1603d27436532cd40d8b682a25290.tar.gz
xen-2dcebc270eb1603d27436532cd40d8b682a25290.tar.bz2
xen-2dcebc270eb1603d27436532cd40d8b682a25290.zip
Fix 2 issues when creating HVM guests:
1) xend can't start due to xend-config.sxp 2) qemu dm option vncunused should be effective only when vnc is turned on. Signed-off-by: Xin Li <xin.b.li@intel.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index b11a80fc1b..9d1be3fb56 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -54,7 +54,7 @@
# (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$')
#
#(xend-relocation-hosts-allow '')
-(xend-relocation-hosts-allow '^localhost$ ^localhost\.localdomain$')
+(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
# The limit (in kilobytes) on the size of the console buffer
#(console-limit 1024)