summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorStefano Dong (董兴水) <opensource.dxs@aliyun.com>2016-08-10 06:38:34 +0800
committerMichael Tokarev <mjt@tls.msk.ru>2016-09-15 15:32:22 +0300
commitd7d26226b839a2ad5fc356ce8f8d4db901cb29de (patch)
treefdc1e2353e521583e5b203b9f482692bfe046eff /hw
parentace18d198af4eaaf10ea358f1444c75996e357b7 (diff)
downloadqemu-d7d26226b839a2ad5fc356ce8f8d4db901cb29de.zip
ivshmem: Delete duplicate debug message
Duplicated in commit ca0b756. Delete it. Signed-off-by: Stefano Dong (董兴水) <opensource.dxs@aliyun.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw')
-rw-r--r--hw/misc/ivshmem.c1
1 files changed, 0 insertions, 1 deletions
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) {