From mboxrd@z Thu Jan 1 00:00:00 1970 From: malc Subject: Re: [PATCH 00/13] AMD IOMMU emulation patchset Date: Sat, 29 Jan 2011 23:19:06 +0300 (MSK) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: kvm@vger.kernel.org, joro@8bytes.org, qemu-devel@nongnu.org, blauwirbel@gmail.com, yamahata@valinux.co.jp, paul@codesourcery.com, avi@redhat.com To: Eduard - Gabriel Munteanu Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On Sat, 29 Jan 2011, Eduard - Gabriel Munteanu wrote: > 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. > Audio bits look fine to me. > > 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 > > -- mailto:av1474@comtv.ru