diff options
author | Stefano Dong (董兴水) | 2016-08-10 00:38:34 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-09-15 14:32:22 +0200 |
commit | d7d26226b839a2ad5fc356ce8f8d4db901cb29de (patch) | |
tree | fdc1e2353e521583e5b203b9f482692bfe046eff /hw/misc/ivshmem.c | |
parent | sh4: fix broken link to documentation (diff) | |
download | qemu-d7d26226b839a2ad5fc356ce8f8d4db901cb29de.tar.gz qemu-d7d26226b839a2ad5fc356ce8f8d4db901cb29de.tar.xz qemu-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/misc/ivshmem.c')
-rw-r--r-- | hw/misc/ivshmem.c | 1 |
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) { |