From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH] update stubdom config example Date: Tue, 16 Jun 2009 16:46:17 +0100 Message-ID: <4A37BE49.4070400@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org Hi all, this patch updates the stubdom config example to reflect that the serial option can now be used. Signed-off-by: Stefano Stabellini --- diff -r 81ca5d5b2ad3 tools/examples/xmexample.hvm-stubdom --- a/tools/examples/xmexample.hvm-stubdom Tue Jun 16 13:27:35 2009 +0100 +++ b/tools/examples/xmexample.hvm-stubdom Tue Jun 16 13:32:07 2009 +0100 @@ -178,9 +178,11 @@ #----------------------------------------------------------------------------- # 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'