All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Log qemu-dm's message with date, time and pid
@ 2008-06-26  5:02 Yosuke Iwamatsu
  2008-06-26 11:20 ` Kevin Wolf
  2008-06-26 14:46 ` Ian Jackson
  0 siblings, 2 replies; 16+ messages in thread
From: Yosuke Iwamatsu @ 2008-06-26  5:02 UTC (permalink / raw)
  To: xen-devel; +Cc: Yuji Shimada

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

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 <shimada-yxb@necst.nec.co.jp>

-----------------------
Yosuke Iwamatsu
        NEC Corporation




[-- Attachment #2: ioemu-logger.patch --]
[-- Type: all/allfiles, Size: 7843 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

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

end of thread, other threads:[~2008-07-02 15:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26  5:02 [PATCH] Log qemu-dm's message with date, time and pid Yosuke Iwamatsu
2008-06-26 11:20 ` Kevin Wolf
2008-06-26 14:46 ` Ian Jackson
2008-06-26 16:38   ` Daniel P. Berrange
2008-07-01 17:38     ` Ian Jackson
2008-07-01 18:10       ` Daniel P. Berrange
2008-07-01 20:06       ` John Levon
2008-07-02 10:26         ` Ian Jackson
2008-07-02 10:41           ` Daniel P. Berrange
2008-07-02 15:20             ` Brendan Cully
2008-06-27  8:19   ` Yuji Shimada
2008-06-27  9:10     ` Kevin Wolf
2008-06-27 13:40       ` Ian Jackson
2008-06-30  8:21         ` Yuji Shimada
2008-06-30  9:45           ` Kevin Wolf
2008-07-01  8:01             ` Yuji Shimada

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.