From: Stefano Dong (董兴水) Date: Tue, 9 Aug 2016 22:38:34 +0000 (+0800) Subject: ivshmem: Delete duplicate debug message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d7d26226b839a2ad5fc356ce8f8d4db901cb29de;p=qemu.git ivshmem: Delete duplicate debug message Duplicated in commit ca0b756. Delete it. Signed-off-by: Stefano Dong (董兴水) Reviewed-by: Marc-André Lureau Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 40a2ebca20..f803dfd5b3 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) {