diff options
| author | Jason Wang <jasowang@redhat.com> | 2017-03-22 08:05:44 +0800 |
|---|---|---|
| committer | Jason Wang <jasowang@redhat.com> | 2017-03-31 08:48:13 +0800 |
| commit | b4053c64833762f1249b2d704d2da30b5b10c8ff (patch) | |
| tree | e4e9a419d05c08874dd46e84055e8137b1159a65 /hw/net | |
| parent | 1074b879d1c84232177f9b4e044636639ac4c6a5 (diff) | |
| download | focaccia-qemu-b4053c64833762f1249b2d704d2da30b5b10c8ff.tar.gz focaccia-qemu-b4053c64833762f1249b2d704d2da30b5b10c8ff.zip | |
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')
| -rw-r--r-- | hw/net/e1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/e1000.c b/hw/net/e1000.c index 93249497f4..f2e5072d27 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 { |