qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] sun4m: implement memory region IOMMU translatio


From: Mark Cave-Ayland
Subject: [Qemu-devel] [PATCH 0/3] sun4m: implement memory region IOMMU translation and DMA API
Date: Sat, 14 Oct 2017 19:24:55 +0100

The original sun4m IOMMU/DMA code dates from before the introduction of the QEMU
memory region API (in particular IOMMU memory regions) and the DMA API.

This patchset removes these sun4m-specific implementations and replaces them 
with
the more up-to-date QEMU APIs instead.

Signed-off-by: Mark Cave-Ayland <address@hidden>
Based-on: address@hidden ([PATCHv2 00/13] sun4m: sparc32_dma tidy-ups)

Mark Cave-Ayland (3):
  sun4m: implement IOMMU translation using IOMMU memory region
  sparc32_dma: switch over to using IOMMU memory region and DMA API
  sun4m_iommu: remove legacy sparc_iommu_memory_rw() function

 hw/dma/sparc32_dma.c     |   17 +++++----
 hw/dma/sun4m_iommu.c     |   87 ++++++++++++++++++++++++++++++----------------
 include/hw/sparc/sun4m.h |   21 +++--------
 3 files changed, 74 insertions(+), 51 deletions(-)

-- 
1.7.10.4




reply via email to

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