aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-12 13:21:26 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-12 13:21:26 +0100
commit40bb2e5fead9f092ee6805c73e26d1c2fd54c40f (patch)
treebd486cca29239c4df4e20e233e5415e6e3050e04 /tools/examples/xmexample.hvm
parent9919a2345ec6c8503d2cf24a114d5796fa5fc374 (diff)
downloadxen-40bb2e5fead9f092ee6805c73e26d1c2fd54c40f.tar.gz
xen-40bb2e5fead9f092ee6805c73e26d1c2fd54c40f.tar.bz2
xen-40bb2e5fead9f092ee6805c73e26d1c2fd54c40f.zip
HVM: Allow qemu monitor to be configured in domain config file.
From: Yongkang You <yongkang.you@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 06662a0d17..c027f0821b 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -170,6 +170,12 @@ serial='pty'
#-----------------------------------------------------------------------------
+# Qemu Monitor, default is disable
+# Use ctrl-alt-2 to connect
+#monitor=1
+
+
+#-----------------------------------------------------------------------------
# enable sound card support, [sb16|es1370|all|..,..], default none
#soundhw='sb16'