qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] ivshmem: Delete duplicate debug message


From: 董兴水
Subject: [Qemu-devel] [PATCH] ivshmem: Delete duplicate debug message
Date: Sun, 7 Aug 2016 18:09:06 +0800

When Debug switch is open, this debug message will print again in
function 'process_msg'. Delete it.

Signed-off-by: Stefano Dong (董兴水) <address@hidden>
---
 hw/misc/ivshmem.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c
index 40a2ebc..f803dfd 100644
--- a/hw/misc/ivshmem.c
+++ b/hw/misc/ivshmem.c
@@ -628,7 +628,6 @@ static void ivshmem_read(void *opaque, const uint8_t *buf, 
int size)
     s->msg_buffered_bytes = 0;
 
     fd = qemu_chr_fe_get_msgfd(s->server_chr);
-    IVSHMEM_DPRINTF("posn is %" PRId64 ", fd is %d\n", msg, fd);
 
     process_msg(s, msg, fd, &err);
     if (err) {
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]