summaryrefslogtreecommitdiffstats
path: root/hw/dma
Commit message (Expand)AuthorAgeFilesLines
* hw/dma: Compile the bcm2835_dma device as common objectPhilippe Mathieu-Daudé2019-04-291-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2019-02-141-1/+3
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-112-3/+3
* dma/puv3_dma: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+4Star
* hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell2018-08-201-1/+0Star
* hw/dma/pl080: Correct bug in register address decode logicPeter Maydell2018-08-201-2/+3
* hw/dma/pl080: Provide device reset functionPeter Maydell2018-08-201-0/+25
* hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-201-6/+29
* hw/dma/pl080: Support all three interrupt linesPeter Maydell2018-08-201-5/+8
* hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell2018-08-201-32/+2Star
* hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-24/+40
* hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé2018-06-261-2/+4
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-122-3/+3
* xlnx-zdma: Correct mem leaks and memset to zero on desc unaligned errorsFrancisco Iglesias2018-05-311-3/+7
* xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMAFrancisco Iglesias2018-05-182-0/+833
* hw/dma/i82374: Avoid double creation of the 82374 controllerPhilippe Mathieu-Daudé2018-04-091-1/+8
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-122-3/+4
* hw/dma: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-18/+18
* aarch64-softmmu.mak: Use an ARM specific configAlistair Francis2018-01-261-0/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-222-20/+20
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-163-3/+3
* 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
* sun4m: move sun4m_iommu.c from hw/dma to hw/sparcMark Cave-Ayland2018-01-093-417/+0Star
* sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland2017-10-311-33/+0Star
* sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland2017-10-311-6/+11
* sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland2017-10-311-0/+62
* sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland2017-10-312-8/+8
* 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
* sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland2017-10-311-14/+0Star
* 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
* xilinx_axidma: Convert to DEFINE_PROP_LINKFam Zheng2017-09-071-12/+4Star
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-10/+10
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-141-10/+24
|\
| * memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-6/+20
| * memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-4/+4
* | xilinx: Fix latent error handling bugEduardo Habkost2017-07-131-3/+1Star
|/
* hw/dma: QOM'ify sun4m_iommu.cxiaoqiang zhao2017-06-021-7/+5Star
* hw/dma: QOM'ify sparc32_dma.cxiaoqiang zhao2017-06-021-10/+15