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: Tue, 10 Jun 2008 14:52:42 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 10 Jun 2008 06:53:11 -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=SU8Xbx1yDzE0xhvkRKS5MrfiVTz+gGZDEANQXwMKDlY=; b=V43jmXoFZeMXKS1D34iMIzM5dn/b2VkkLhvo8ptyBVjZlFrZWSeYbbL2YMT440OP5H BHpZoJ+LK72+a4NAakVzxrZXrlKrLJFXPlcQZJWGm9K6lYpKw8TCBu2E+VOemAx4duZJ li1PqWG2j8vjBzqtCwC23/7skmPeyXNYhD3nA=
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=qDq6NDgi0WYEUptn1ZN3kG0ourMW3UNO2M2zlDQDqfTEvQoQDLfkXKI4qfIbRNHMJm 7+MR1P6rjkCc0VZ36bIX7jrpnEVXwDToz+MbsucEBv71d4tLSWBHHce9smE/VbNAMLHS YZxOZvnGYkYk1njLj0MOPSNPMKLCLmHUH3gG8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1213099175.12366.14.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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I did really mean:
xm dmesg
ok xm dmesg is showing the stuff.
thanks for the info.
Does this mean that the printk's print it to the xenstore??

I don't think it is stored in xenstore itself, but yes, it is buffered in Dom0.

Xen can be configured to output it's messages on the serial line, and
it also puts it in a buffer (console ring) for Dom0's attention, xm
dmesg should print all the hypervisors output.
how to enable this???
by default it does'nt print it on the serial console.

add the following command line options to your xen configuration (bootloader config):
com1=115200,8n1 console=com1,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>