qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 00/13] AMD IOMMU emulation patchset


From: malc
Subject: [Qemu-devel] Re: [PATCH 00/13] AMD IOMMU emulation patchset
Date: Sat, 29 Jan 2011 23:19:06 +0300 (MSK)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

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:address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]