projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace18d1
)
ivshmem: Delete duplicate debug message
author
Stefano Dong (董兴水)
<opensource.dxs@aliyun.com>
Tue, 9 Aug 2016 22:38:34 +0000
(06:38 +0800)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Thu, 15 Sep 2016 12:32:22 +0000
(15:32 +0300)
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>
hw/misc/ivshmem.c
patch
|
blob
|
history
diff --git
a/hw/misc/ivshmem.c
b/hw/misc/ivshmem.c
index 40a2ebca20ab6659b4ddd4c9b6cc71d54e26aac8..f803dfd5b33ba26bd2f933fe493e016addecd922 100644
(file)
--- 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) {