WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Printing debug message from hypervisor

To: Sandesh <sandesh.ahiremath@xxxxxxxxx>
Subject: Re: [Xen-devel] Printing debug message from hypervisor
From: Grzegorz Miłoś <gm281@xxxxxxxxx>
Date: Wed, 11 Jun 2008 09:50:43 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 11 Jun 2008 01:51:08 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer:sender; bh=8KH1JogB1S0aqvkeggbHGgIXiXcm+1MY2wYDEQEE2LM=; b=QYdHWW0BPry+4eLqBo1Mn1fc9QV9Q4Ke5CsbJr9sArLe+A7lTY76L5pqA7fSz4nmim bondkPFxfjsopd2u2e3X0qVfZ8yKyPF2B2mBJffaOCrPpP4/vSE6WthQ8pBEpEIX6Qmq ZO5827vB4queWcItXfJvB7xDhFXTvnQ5tM1v8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer:sender; b=mOSEHhr6zFhgo5mBn3I/9bMAI5HWwFupEi0a7djp0HaRuG6qwKTvmocs+eKz7DQUKf SYfhomq8YGif6aRDdDImxbg4ZyRZgNTPIivvITDzqbsKOWD2Pn0KgqYje49T7DdrCRaq ePMM3gRXpQ7Y0vFHG+CYHWlDLML1FdVF4L8pQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1213159519.12366.22.camel@ec4t16cg-1518809>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <17749116.post@xxxxxxxxxxxxxxx> <4cac40570806100338o3c900afam4693f3c981c5a336@xxxxxxxxxxxxxx> <1213096883.12366.8.camel@ec4t16cg-1518809> <D0096048-5E50-4E48-AF58-47AD15903FB3@xxxxxxxxx> <1213099175.12366.14.camel@ec4t16cg-1518809> <93109948-B9E9-443B-BB3A-9D3C1C84B16B@xxxxxxxxx> <1213159519.12366.22.camel@ec4t16cg-1518809>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

add the following command line options to your xen configuration
(bootloader config):
com1=115200,8n1 console=com1,tty
as part of the hypervisor/dom0 boot option right??

As part of the hypervisor boot option. If you are using grub, your config is likely to look something like:

title Xen
kernel xen.gz dom0_mem=512M
module vmlinuz ro root=/dev/sda1 console=ttyS0

Change it to:
kernel xen.gz dom0_mem=512M com1=<baud-rate>,8n1 console=com1,vga
module vmlinuz ro root=/dev/sda1 console=ttyS0

(NOTE: I believe 'vga' is required, instead of 'tty')


Cheers
Gr(z)egor(z)



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>