summaryrefslogtreecommitdiff
path: root/hw/dma/sparc32_dma.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-1/+0
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland1-0/+1
2017-10-31sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland1-6/+11
2017-10-31sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland1-4/+4
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland1-14/+6
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland1-0/+70
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland1-0/+22
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland1-0/+26
2017-10-31sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland1-8/+5
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland1-34/+0
2017-10-31sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland1-12/+51
2017-10-31sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland1-33/+34
2017-06-02hw/dma: QOM'ify sparc32_dma.cxiaoqiang zhao1-10/+15
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster1-0/+2
2013-07-29sparc32_dma: QOM cast cleanupAndreas Färber1-9/+14
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini1-0/+315