summary refs log tree commit diff stats
path: root/hw/dma/sparc32_dma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-1/+0
* sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland2018-01-091-0/+1
* sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland2017-10-311-6/+11
* sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland2017-10-311-4/+4
* sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland2017-10-311-14/+6
* sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland2017-10-311-0/+70
* sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland2017-10-311-0/+22
* sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland2017-10-311-0/+26
* sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland2017-10-311-8/+5
* sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland2017-10-311-34/+0
* sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland2017-10-311-12/+51
* sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland2017-10-311-33/+34
* hw/dma: QOM'ify sparc32_dma.cxiaoqiang zhao2017-06-021-10/+15
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* sparc32_dma: QOM cast cleanupAndreas Färber2013-07-291-9/+14
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* 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/+315