aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000.c
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2017-03-22 08:05:44 +0800
committerJason Wang <jasowang@redhat.com>2017-03-31 08:48:13 +0800
commitb4053c64833762f1249b2d704d2da30b5b10c8ff (patch)
treee4e9a419d05c08874dd46e84055e8137b1159a65 /hw/net/e1000.c
parent1074b879d1c84232177f9b4e044636639ac4c6a5 (diff)
downloadqemu-b4053c64833762f1249b2d704d2da30b5b10c8ff.zip
qemu-b4053c64833762f1249b2d704d2da30b5b10c8ff.tar.gz
qemu-b4053c64833762f1249b2d704d2da30b5b10c8ff.tar.bz2
e1000: disable debug by default
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>
Diffstat (limited to 'hw/net/e1000.c')
-rw-r--r--hw/net/e1000.c2
1 files changed, 1 insertions, 1 deletions
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 {