Hi everybody,
I'm a bit late, I know, school kept me busy.
But here it is. I hope I answered your previous concerns in this patchset. Let
me know what you think, I hope this gets merged soon. Some testing would be
great.
The patchset is based on mst/pci. I'll send the SeaBIOS patches soon.
Cheers,
Eduard
Eduard - Gabriel Munteanu (13):
Generic DMA memory access interface
pci: add IOMMU support via the generic DMA layer
AMD IOMMU emulation
ide: use the DMA memory access interface for PCI IDE controllers
rtl8139: use the DMA memory access interface
eepro100: use the DMA memory access interface
ac97: use the DMA memory access interface
es1370: use the DMA memory access interface
e1000: use the DMA memory access interface
lsi53c895a: use the DMA memory access interface
pcnet: use the DMA memory access interface
usb-uhci: use the DMA memory access interface
usb-ohci: use the DMA memory access interface
Makefile.target | 2 +-
dma-helpers.c | 23 ++-
dma.h | 4 +-
hw/ac97.c | 6 +-
hw/amd_iommu.c | 694 ++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/dma_rw.c | 124 ++++++++++
hw/dma_rw.h | 157 ++++++++++++
hw/e1000.c | 26 ++-
hw/eepro100.c | 97 +++++---
hw/es1370.c | 4 +-
hw/ide/ahci.c | 3 +-
hw/ide/internal.h | 1 +
hw/ide/macio.c | 4 +-
hw/ide/pci.c | 18 +-
hw/lsi53c895a.c | 24 +-
hw/pc.c | 2 +
hw/pci.c | 7 +
hw/pci.h | 7 +
hw/pci_ids.h | 2 +
hw/pci_internals.h | 1 +
hw/pci_regs.h | 1 +
hw/pcnet-pci.c | 5 +-
hw/rtl8139.c | 100 +++++----
hw/usb-ohci.c | 54 +++--
hw/usb-uhci.c | 26 +-
25 files changed, 1233 insertions(+), 159 deletions(-)
create mode 100644 hw/amd_iommu.c
create mode 100644 hw/dma_rw.c
create mode 100644 hw/dma_rw.h
--
1.7.3.4