summaryrefslogtreecommitdiffstats
path: root/hw/dma/sparc32_dma.c
Commit message (Expand)AuthorAgeFilesLines
* esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
* sparc32-ledma: don't reference nd_table directly within the deviceMark Cave-Ayland2020-10-281-5/+0Star
* sparc32-espdma: use object_initialize_child() for esp child objectMark Cave-Ayland2020-10-281-9/+8Star
* sparc32-ledma: use object_initialize_child() for lance child objectMark Cave-Ayland2020-10-281-6/+8
* sparc32-dma: use object_initialize_child() for espdma and ledma child objectsMark Cave-Ayland2020-10-281-6/+9
* esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1
* hw: Mark nd_table[] misuse in realize methods FIXMEMarkus Armbruster2020-07-211-0/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-3/+3
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-3/+3
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-4/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-8/+8
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-5/+5
* lance: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-1/+0Star
* 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/+6Star
* 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/+5Star
* sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland2017-10-311-34/+0Star
* 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/+1Star
* 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