aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-17 07:23:40 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-17 07:23:40 +0100
commit60c32a612fd667f5522211397bb28ec2836a2cd2 (patch)
treeb57f06eeec61fdaa1817ba97b8630341122ef11f /tools/examples
parentac663c94f046161c0753ccf91455c3fbd3f50d1a (diff)
downloadxen-60c32a612fd667f5522211397bb28ec2836a2cd2.tar.gz
xen-60c32a612fd667f5522211397bb28ec2836a2cd2.tar.bz2
xen-60c32a612fd667f5522211397bb28ec2836a2cd2.zip
stubdom: update config example to reflect that the serial option can
now be used. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xmexample.hvm-stubdom8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/examples/xmexample.hvm-stubdom b/tools/examples/xmexample.hvm-stubdom
index acc250eb22..5ca3904a99 100644
--- a/tools/examples/xmexample.hvm-stubdom
+++ b/tools/examples/xmexample.hvm-stubdom
@@ -178,9 +178,11 @@ stdvga=0
#-----------------------------------------------------------------------------
# serial port re-direct to pty deivce, /dev/pts/n
# then xm console or minicom can connect
-#
-# STUBDOM: always disable as the stub domain doesn't have access to dom0's
-# ptys
+#
+# In the stubdoms case this option adds a secondary console to the
+# stubdom because there is always one for logging.
+# To connect to the guest serial you can use "xm console -n 1"
+# followed by the domain name of the stubdom.
#serial='pty'