From 60c32a612fd667f5522211397bb28ec2836a2cd2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 17 Jun 2009 07:23:40 +0100 Subject: stubdom: update config example to reflect that the serial option can now be used. Signed-off-by: Stefano Stabellini --- tools/examples/xmexample.hvm-stubdom | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tools/examples') 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' -- cgit v1.2.3