qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial]  [PATCH] ivshmem: Delete duplicate debug message
@ 2016-08-09 22:37 Stefano Dong (董兴水)
  0 siblings, 0 replies; 3+ messages in thread
From: Stefano Dong (董兴水) @ 2016-08-09 22:37 UTC (permalink / raw)
  To: marcandre.lureau, armbru, pbonzini, mst; +Cc: qemu-trivial, opensource.dxs

Duplicated in commit ca0b756.  Delete it.

Signed-off-by: Stefano Dong (董兴水) <opensource.dxs@aliyun.com>
---
 hw/misc/ivshmem.c | 1 -
 1 file changed, 1 deletion(-)

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Qemu-trivial]  [PATCH] ivshmem: Delete duplicate debug message
@ 2016-08-09 22:38 Stefano Dong (董兴水)
  2016-09-14  6:28 ` Michael Tokarev
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Dong (董兴水) @ 2016-08-09 22:38 UTC (permalink / raw)
  To: marcandre.lureau, armbru, pbonzini, mst; +Cc: qemu-trivial, opensource.dxs

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>
---
 hw/misc/ivshmem.c | 1 -
 1 file changed, 1 deletion(-)

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-trivial] [PATCH] ivshmem: Delete duplicate debug message
  2016-08-09 22:38 Stefano Dong (董兴水)
@ 2016-09-14  6:28 ` Michael Tokarev
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2016-09-14  6:28 UTC (permalink / raw)
  To: Stefano Dong (董兴水), marcandre.lureau, armbru,
	pbonzini, mst
  Cc: qemu-trivial

Applied to -trivial, thanks!

/mjt


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-14  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 22:37 [Qemu-trivial] [PATCH] ivshmem: Delete duplicate debug message Stefano Dong (董兴水)
  -- strict thread matches above, loose matches on Subject: below --
2016-08-09 22:38 Stefano Dong (董兴水)
2016-09-14  6:28 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).