summaryrefslogtreecommitdiffstats
path: root/hw/dma
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-192-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-061-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_sizePeter Maydell2022-03-181-0/+1
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell2022-01-292-2/+0Star
|\
| * Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-282-2/+0Star
* | hw/dma/xlnx_csu_dma: Support starting a read transfer through a class methodFrancisco Iglesias2022-01-281-0/+17
|/
* hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu2022-01-081-0/+4
* hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu2022-01-081-22/+155
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-304-16/+28
* hw/dma: sifive_pdma: Don't run DMA when channel is disclaimedBin Meng2021-10-071-2/+9
* hw/dma: sifive_pdma: Fix Control.claim bit detectionBin Meng2021-10-071-1/+1
* hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transferFrank Chang2021-09-201-6/+6
* hw/dma: sifive_pdma: allow non-multiple transaction size transactionsGreen Wan2021-09-201-6/+10
* hw/dma: sifive_pdma: claim bit must be set before DMA transactionsFrank Chang2021-09-201-0/+9
* hw/dma: sifive_pdma: reset Next* registers when Control.claim is setFrank Chang2021-09-201-0/+19
* hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé2021-08-261-12/+12
* hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé2021-08-261-11/+10Star
* hw/dma/xlnx_csu_dma: Run trivial checks early in realize()Philippe Mathieu-Daudé2021-08-261-5/+5
* hw/dma/pl330: Add memory region to replace defaultWen, Jianxian2021-08-251-4/+22
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Drop the deprecated unicore32 targetMarkus Armbruster2021-05-122-120/+0Star
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-022-2/+0Star
* hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-021-2/+2
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell2021-03-103-0/+750
|\
| * hw/dma: Implement a Xilinx CSU DMA modelXuzhou Cheng2021-03-083-0/+750
* | esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
|/
* hw/arm/xlnx-versal: Versal SoC requires ZDMAPhilippe Mathieu-Daudé2021-02-032-1/+4
* hw/dma/xilinx_axidma: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-101-13/+13
* hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-101-16/+16
* 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
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-186-17/+6Star
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-133-0/+317
|\
| * hw/dma: Add SiFive platform DMA controller emulationBin Meng2020-09-103-0/+317
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-1/+1
|\ \
| * | util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2020-09-111-1/+1
| * | util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé2020-09-111-1/+1
| |/
* | xilinx_axidma: Use typedef name for instance_sizeEduardo Habkost2020-09-091-2/+2
* | esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-096-14/+16
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-096-10/+20
|/
* i8257: Move QOM macro to headerEduardo Habkost2020-08-271-2/+0Star
* meson: convert hw/dmaMarc-André Lureau2020-08-212-16/+15Star