Re: [Qemu-devel] [PATCH-V2] [virtio-9p] Flush the debug message out to the log file.

2010-06-22 Thread Anthony Liguori
On 06/02/2010 10:24 AM, Venkateswararao Jujjuri (JV) wrote: This patch fluesh the debug messages to the log file at the end of each debug message. Changes from V1: Used fflush instead fseek for the flush. Signed-off-by: Venkateswararao Jujjuri Applied. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH-V2] [virtio-9p] Flush the debug message out to the log file.

2010-06-02 Thread Venkateswararao Jujjuri (JV)
This patch fluesh the debug messages to the log file at the end of each debug message. Changes from V1: Used fflush instead fseek for the flush. Signed-off-by: Venkateswararao Jujjuri --- hw/virtio-9p-debug.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/virtio-9