From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctlAn-0007sB-Fn for qemu-devel@nongnu.org; Thu, 30 Mar 2017 21:16:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctlAk-0006LH-Eb for qemu-devel@nongnu.org; Thu, 30 Mar 2017 21:16:17 -0400 From: Jason Wang Date: Fri, 31 Mar 2017 09:15:56 +0800 Message-Id: <1490922956-19731-4-git-send-email-jasowang@redhat.com> In-Reply-To: <1490922956-19731-1-git-send-email-jasowang@redhat.com> References: <1490922956-19731-1-git-send-email-jasowang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 2/2] e1000: disable debug by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, qemu-devel@nongnu.org Cc: Jason Wang , Stefan Hajnoczi , Leonid Bloch , Dmitry Fleytman , qemu-stable@nongnu.org Disable debug output by default, the information were not needed for release. Cc: Peter Maydell Cc: Stefan Hajnoczi Cc: Leonid Bloch Cc: Dmitry Fleytman Cc: qemu-stable@nongnu.org Reviewed-by: Stefan Hajnoczi Reviewed-by: Philippe Mathieu-Daud=C3=A9 Signed-off-by: Jason Wang --- 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 @@ =20 static const uint8_t bcast[] =3D {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; =20 -#define E1000_DEBUG +/* #define E1000_DEBUG */ =20 #ifdef E1000_DEBUG enum { --=20 2.7.4