summary refs log tree commit diff stats
path: root/hw/dma/sun4m_iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sun4m: move sun4m_iommu.c from hw/dma to hw/sparcMark Cave-Ayland2018-01-091-406/+0
* sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland2017-10-311-33/+0
* sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland2017-10-311-0/+62
* sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland2017-10-311-14/+0
* hw/dma: QOM'ify sun4m_iommu.cxiaoqiang zhao2017-06-021-7/+5
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-1/+2
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-1/+1
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+2
* sun4m_iommu: QOM cast cleanupAndreas Färber2013-07-291-4/+8
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini2013-04-081-0/+387