diff options
| author | Jason Wang | 2017-03-22 01:05:44 +0100 |
|---|---|---|
| committer | Jason Wang | 2017-03-31 02:48:13 +0200 |
| commit | b4053c64833762f1249b2d704d2da30b5b10c8ff (patch) | |
| tree | e4e9a419d05c08874dd46e84055e8137b1159a65 | |
| parent | virtio-net: avoid call tap_enable when there's only one queue (diff) | |
| download | qemu-b4053c64833762f1249b2d704d2da30b5b10c8ff.tar.gz qemu-b4053c64833762f1249b2d704d2da30b5b10c8ff.tar.xz 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>
| -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 { |
