[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 00/13] AMD IOMMU emulation patchset (reworked cc/to)
From: |
Eduard - Gabriel Munteanu |
Subject: |
[Qemu-devel] [PATCH 00/13] AMD IOMMU emulation patchset (reworked cc/to) |
Date: |
Fri, 4 Feb 2011 01:32:54 +0200 |
Hi again,
Sorry for the mess, I forgot to cc Michael and this should go through his tree.
I'm also cc-ing the SeaBIOS people.
malc already ack-ed the audio bits.
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |