From: Jason Wang <jasowang@redhat.com>
To: peter.maydell@linaro.org, qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>,
Stefan Hajnoczi <stefanha@gmail.com>,
Leonid Bloch <leonid.bloch@ravellosystems.com>,
Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>,
qemu-stable@nongnu.org
Subject: [Qemu-devel] [PULL 2/2] e1000: disable debug by default
Date: Fri, 31 Mar 2017 09:15:56 +0800 [thread overview]
Message-ID: <1490922956-19731-4-git-send-email-jasowang@redhat.com> (raw)
In-Reply-To: <1490922956-19731-1-git-send-email-jasowang@redhat.com>
Disable debug output by default, the information were not needed for
release.
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Stefan Hajnoczi <stefanha@gmail.com>
Cc: Leonid Bloch <leonid.bloch@ravellosystems.com>
Cc: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
---
hw/net/e1000.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/net/e1000.c b/hw/net/e1000.c
index 9324949..f2e5072 100644
--- a/hw/net/e1000.c
+++ b/hw/net/e1000.c
@@ -40,7 +40,7 @@
static const uint8_t bcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
-#define E1000_DEBUG
+/* #define E1000_DEBUG */
#ifdef E1000_DEBUG
enum {
--
2.7.4
next prev parent reply other threads:[~2017-03-31 1:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-31 1:15 [Qemu-devel] [PULL 0/2] Net patches Jason Wang
2017-03-31 1:15 ` [Qemu-devel] [PATCH] e1000: disable debug by default Jason Wang
2017-03-31 1:15 ` [Qemu-devel] [PULL 1/2] virtio-net: avoid call tap_enable when there's only one queue Jason Wang
2017-03-31 1:15 ` Jason Wang [this message]
2017-03-31 10:09 ` [Qemu-devel] [PULL 0/2] Net patches Peter Maydell
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=1490922956-19731-4-git-send-email-jasowang@redhat.com \
--to=jasowang@redhat.com \
--cc=dmitry.fleytman@ravellosystems.com \
--cc=leonid.bloch@ravellosystems.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
--cc=stefanha@gmail.com \
/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).