]> Git Repo - qemu.git/commitdiff
e1000: introduce bit for debugging PHY emulation
authorJason Wang <[email protected]>
Thu, 22 Mar 2012 10:02:16 +0000 (18:02 +0800)
committerMichael S. Tsirkin <[email protected]>
Wed, 25 Apr 2012 07:53:48 +0000 (10:53 +0300)
Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/e1000.c

index 6abec6083bb32da4af8d92f62781b501239d21cb..5f0c2f6d308f9746b59580dcd836ac934c90d90b 100644 (file)
@@ -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);
This page took 0.028313 seconds and 4 git commands to generate.