From: "Stefano Dong (董兴水)" <opensource.dxs@aliyun.com>
To: marcandre.lureau@gmail.com, armbru@redhat.com,
pbonzini@redhat.com, mst@redhat.com
Cc: qemu-trivial@nongnu.org, opensource.dxs@aliyun.com
Subject: [Qemu-trivial] [PATCH] ivshmem: Delete duplicate debug message
Date: Wed, 10 Aug 2016 06:37:02 +0800 [thread overview]
Message-ID: <1470782222-4316-1-git-send-email-opensource.dxs@aliyun.com> (raw)
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
next reply other threads:[~2016-08-09 22:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-09 22:37 Stefano Dong (董兴水) [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-09 22:38 [Qemu-trivial] [PATCH] ivshmem: Delete duplicate debug message Stefano Dong (董兴水)
2016-09-14 6:28 ` Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470782222-4316-1-git-send-email-opensource.dxs@aliyun.com \
--to=opensource.dxs@aliyun.com \
--cc=armbru@redhat.com \
--cc=marcandre.lureau@gmail.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).