aboutsummaryrefslogtreecommitdiff
path: root/include/hw/dma
AgeCommit message (Expand)AuthorFilesLines
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé1-1/+1
2023-01-08include: Include headers where neededMarkus Armbruster1-0/+2
2022-01-28hw/dma/xlnx_csu_dma: Support starting a read transfer through a class methodFrancisco Iglesias1-2/+17
2022-01-28include/hw/dma/xlnx_csu_dma: Add in missing includes in the headerFrancisco Iglesias1-0/+5
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé1-1/+1
2021-08-26hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé1-1/+1
2021-03-08hw/dma: Implement a Xilinx CSU DMA modelXuzhou Cheng1-0/+52
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell1-3/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost6-18/+6
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell1-0/+57
2020-09-09hw/dma: Add SiFive platform DMA controller emulationBin Meng1-0/+57
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost6-10/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost6-10/+21
2020-08-27i8257: Move QOM macro to headerEduardo Habkost1-0/+2
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé1-1/+3
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Normalize position of header guardMarkus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell1-0/+5
2018-08-20hw/dma/pl080: Support all three interrupt linesPeter Maydell1-1/+5
2018-08-20hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell1-0/+62
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-18xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMAFrancisco Iglesias1-0/+84
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé1-0/+49
2017-01-24include: Fix typos found by codespellStefan Weil1-1/+2
2016-09-22dma: xlnx-zynq-devcfg: Fix up XLNX_ZYNQ_DEVCFG_R_MAXNathan Rossi1-1/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-04dma: Add Xilinx Zynq devcfg device modelAlistair Francis1-0/+62
2016-06-14introduce xlnx-dpdmaKONRAD Frederic1-0/+85
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE1-0/+47