qemu-stable
[Top][All Lists]
Advanced

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

Re: [Qemu-stable] [Qemu-devel] [PATCH] e1000: disable debug by default


From: Jason Wang
Subject: Re: [Qemu-stable] [Qemu-devel] [PATCH] e1000: disable debug by default
Date: Wed, 29 Mar 2017 12:49:46 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0



On 2017年03月22日 11:07, Jason Wang wrote:
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
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 {

Applied, thanks.



reply via email to

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