projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac7045c
)
Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c
author
Jes Sorensen
<Jes.Sorensen@redhat.com>
Mon, 14 Jun 2010 15:05:17 +0000
(17:05 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 14 Jun 2010 15:58:08 +0000
(10:58 -0500)
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>
hw/e1000.c
patch
|
blob
|
history
diff --git
a/hw/e1000.c
b/hw/e1000.c
index 96d045d20996ec4aaf5792aa74f3480c406d4ade..0da65f9a3438ed083e522904d75b4c26bb1f9118 100644
(file)
--- 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,