All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add date and domid to guest's console output.
@ 2009-01-28  4:33 Yuji Shimada
  2009-01-28  4:40 ` [PATCH 1/3] Add "--timestamp" option to xenconsole Yuji Shimada
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yuji Shimada @ 2009-01-28  4:33 UTC (permalink / raw)
  To: Keir Fraser, xen-devel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-05 16:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28  4:33 [PATCH 0/3] Add date and domid to guest's console output Yuji Shimada
2009-01-28  4:40 ` [PATCH 1/3] Add "--timestamp" option to xenconsole Yuji Shimada
2009-01-28  4:40 ` [PATCH 2/3] Add "--console_timestamp" to xm create Yuji Shimada
2009-01-28  4:41 ` [PATCH 3/3] Modify stubdom-dm Yuji Shimada
2009-01-28 11:04 ` [PATCH 0/3] Add date and domid to guest's console output Daniel P. Berrange
2009-01-29  8:00   ` Yuji Shimada
2009-02-04  8:16     ` Yuji Shimada
2009-02-05 16:04       ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.