projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71aadd3
)
e1000: introduce bit for debugging PHY emulation
author
Jason Wang
<jasowang@redhat.com>
Thu, 22 Mar 2012 10:02:16 +0000
(18:02 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Wed, 25 Apr 2012 07:53:48 +0000
(10:53 +0300)
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/e1000.c
patch
|
blob
|
history
diff --git
a/hw/e1000.c
b/hw/e1000.c
index 6abec6083bb32da4af8d92f62781b501239d21cb..5f0c2f6d308f9746b59580dcd836ac934c90d90b 100644
(file)
--- a/
hw/e1000.c
+++ b/
hw/e1000.c
@@
-42,7
+42,7
@@
enum {
DEBUG_GENERAL, DEBUG_IO, DEBUG_MMIO, DEBUG_INTERRUPT,
DEBUG_RX, DEBUG_TX, DEBUG_MDIC, DEBUG_EEPROM,
DEBUG_UNKNOWN, DEBUG_TXSUM, DEBUG_TXERR, DEBUG_RXERR,
- DEBUG_RXFILTER, DEBUG_NOTYET,
+ DEBUG_RXFILTER,
DEBUG_PHY,
DEBUG_NOTYET,
};
#define DBGBIT(x) (1<<DEBUG_##x)
static int debugflags = DBGBIT(TXERR) | DBGBIT(GENERAL);