qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 2/2] e1000: disable debug by default


From: Jason Wang
Subject: [Qemu-devel] [PULL 2/2] e1000: disable debug by default
Date: Fri, 31 Mar 2017 09:15:56 +0800

Disable debug output by default, the information were not needed for
release.

Cc: Peter Maydell <address@hidden>
Cc: Stefan Hajnoczi <address@hidden>
Cc: Leonid Bloch <address@hidden>
Cc: Dmitry Fleytman <address@hidden>
Cc: address@hidden
Reviewed-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Jason Wang <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]