summaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)AuthorFilesLines
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland1-33/+0
2017-10-31sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland1-6/+11
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland1-0/+62
2017-10-31sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland2-8/+8
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-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland1-14/+0
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-09-07xilinx_axidma: Convert to DEFINE_PROP_LINKFam Zheng1-12/+4
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-10/+10
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-10/+24
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-6/+20
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-4/+4
2017-07-13xilinx: Fix latent error handling bugEduardo Habkost1-3/+1
2017-06-02hw/dma: QOM'ify sun4m_iommu.cxiaoqiang zhao1-7/+5
2017-06-02hw/dma: QOM'ify sparc32_dma.cxiaoqiang zhao1-10/+15
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2-2/+2
2017-03-20dma/rc4030: fix a mixed declarations and code warningYongbok Kim1-1/+1
2017-03-20dma/rc4030: translate memory accesses only when they occurHervé Poussineau1-122/+36
2017-03-20dma: rc4030: limit interval timer reload valuePrasad J Pandit1-1/+1
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-4/+4
2017-01-27dma: omap: check dma channel data_typePrasad J Pandit1-3/+7
2016-10-17hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth1-1/+1
2016-10-17Reducing stack frame size in stream_process_mem2s()Rutuja Shah1-4/+4
2016-09-29hw/dma: vmstateify rc4030Dr. David Alan Gilbert1-54/+27
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko1-1/+1
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-09-13i8257: Make device "i8257" unavailable with -deviceMarkus Armbruster1-0/+2
2016-09-13hw/dma/omap: spelling fix: endiannessMichael Tokarev1-1/+1
2016-09-08portio: keep references on portioMarc-André Lureau1-2/+4
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-04dma: Add Xilinx Zynq devcfg device modelAlistair Francis2-0/+401
2016-06-20trace: split out trace events for hw/dma/ directoryDaniel P. Berrange1-0/+32
2016-06-14introduce xlnx-dpdmaKONRAD Frederic2-0/+787
2016-06-14hw/dma: QOM'ify pxa2xx_dma.cxiaoqiang zhao1-16/+22
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini4-0/+4
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster3-0/+3
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE2-0/+409
2016-03-07i8257: fix Terminal Count statusHervé Poussineau1-0/+4
2016-02-20etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias1-5/+8
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau1-65/+0