[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cdi-devel] [PATCH 0/5] e1000: Support qemu e1000e emulation



This series adds support for qemu's e1000e emulation to the driver.

Unfortunately, there is a bug in the emulation code (it clears rx descriptors
after using them instead of leaving the buffer address around for reuse of the
descriptor), so I sent a fix to qemu which will be required for our driver to
work.

Kevin Wolf (5):
  e1000: Fix EERD reading for e1000e
  e1000: Improve debugging code
  e1000: Initialise status field in Rx Descriptors
  e1000: Acknowledge interrupts explicitly by ICR write
  e1000: Add model for qemu e1000e emulation

 e1000/device.c     | 49 ++++++++++++++++++++++++++++++-------------------
 e1000/device.h     |  7 +++++++
 include/cdi/misc.h |  2 ++
 3 files changed, 39 insertions(+), 19 deletions(-)

-- 
2.1.4