]> git.proxmox.com Git - mirror_qemu.git/commitdiff
e1000: disable debug by default
authorJason Wang <jasowang@redhat.com>
Wed, 22 Mar 2017 00:05:44 +0000 (08:05 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 31 Mar 2017 00:48:13 +0000 (08:48 +0800)
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

index 93249497f40872512f9bdf69af9485dae723994c..f2e5072d27445139af3d2c73da28e6dae6145c8e 100644 (file)
@@ -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 {