16 messages in com.xensource.lists.xen-devel[Xen-devel] [PATCH] Log qemu-dm's mes...
FromSent OnAttachments
Yosuke Iwamatsu25 Jun 2008 22:02.patch
Kevin Wolf26 Jun 2008 04:20 
Ian Jackson26 Jun 2008 07:46 
Daniel P. Berrange26 Jun 2008 09:38 
Yuji Shimada27 Jun 2008 01:19 
Kevin Wolf27 Jun 2008 02:10 
Ian Jackson27 Jun 2008 06:40 
Yuji Shimada30 Jun 2008 01:20 
Kevin Wolf30 Jun 2008 02:45 
Yuji Shimada01 Jul 2008 01:01 
Ian Jackson01 Jul 2008 10:38 
Daniel P. Berrange01 Jul 2008 11:10 
John Levon01 Jul 2008 13:05 
Ian Jackson02 Jul 2008 03:26 
Daniel P. Berrange02 Jul 2008 03:41 
Brendan Cully02 Jul 2008 08:20 
Subject:[Xen-devel] [PATCH] Log qemu-dm's message with date, time and pid
From:Yosuke Iwamatsu (y-iw@ab.jp.nec.com)
Date:06/25/2008 10:02:31 PM
List:com.xensource.lists.xen-devel
Attachments:

The qemu-dm's log message doesn't have date, time, and pid. It is difficult to find out the message we want.

This patch solves the problem without changing the codes which write messages.

We developed a small program called ioemu-logger. qemu-dm creates a pipe and starts ioemu-logger. qemu-dm associates a stream with the pipe, and sets the stream to existing "logfile" variable. When qemu-dm writes a message to "logfile", ioemu-logger receive it through the pipe and outputs it with date, time and pid to the actual log file.

Signed-off-by: Yuji Shimada <shim@necst.nec.co.jp>