[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.