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 <Jes.Sorensen@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Jes Sorensen 2010-06-14 17:05:17 +02:00 committed by Anthony Liguori
parent ac7045cff7
commit 271248886e
1 changed files with 2 additions and 2 deletions

View File

@ -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,