diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 40a2ebca20ab6659b4ddd4c9b6cc71d54e26aac8..f803dfd5b33ba26bd2f933fe493e016addecd922 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) {