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

[Xen-devel] [PATCH 0/3] Add date and domid to guest's console output.

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 0/3] Add date and domid to guest's console output.
From: Yuji Shimada <shimada-yxb@xxxxxxxxxxxxxxx>
Date: Wed, 28 Jan 2009 13:33:12 +0900
Cc:
Delivery-date: Tue, 27 Jan 2009 20:33:42 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
These patches add date and domid to guest's console output.

  [PATCH 1/3] Add "--timestamp" option to xenconsole.
  [PATCH 2/3] Add "--console_timestamp" to xm create.
  [PATCH 3/3] Modify stubdom-dm.

We can log guest's console output with date and domid when we create
the guest like below.

 # xm create -c --console_timestamp GUEST > GUEST-console.log

We can check the log after booting the guest.

 # cat GUEST-console.log

   Using config file "./GUEST".
   Started domain GUEST (id=8)
   [2009-01-05 11:01:48 8] mice: PS/2 mouse device common for all mice
   [2009-01-05 11:01:48 8] TCP bic registered
   [2009-01-05 11:01:48 8] NET: Registered protocol family 1
   [2009-01-05 11:01:48 8] NET: Registered protocol family 17
   [2009-01-05 11:01:48 8] Freeing unused kernel memory: 128k freed
   ...

Thanks,
--
Yuji Shimada


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