From: Jes Sorensen Date: Mon, 14 Jun 2010 15:05:17 +0000 (+0200) Subject: Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c X-Git-Tag: origin_master~235 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=271248886e6110b4af0545f6a2d3ef38217cd58f;p=qemu-xen-4.4-testing.git Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c to make it possible to build QEMU with -DDEBUG Signed-off-by: Jes Sorensen Signed-off-by: Anthony Liguori --- diff --git a/hw/e1000.c b/hw/e1000.c index 96d045d20..0da65f9a3 100644 --- a/hw/e1000.c +++ b/hw/e1000.c @@ -33,9 +33,9 @@ #include "e1000_hw.h" -#define DEBUG +#define E1000_DEBUG -#ifdef DEBUG +#ifdef E1000_DEBUG enum { DEBUG_GENERAL, DEBUG_IO, DEBUG_MMIO, DEBUG_INTERRUPT, DEBUG_RX, DEBUG_TX, DEBUG_MDIC, DEBUG_EEPROM,