summary refs log tree commit diff stats
path: root/hw/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fieldsAlexandra Diupina2024-04-301-10/+10
* hw/dma: avoid apparent overflow in soc_dma_set_requestAnastasia Belova2024-04-251-2/+2
* hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé2024-02-152-2/+4
* hw/dma: Constify VMStateRichard Henderson2023-12-2912-21/+21
* hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMAFrederic Konrad2023-11-271-4/+8
* hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad2023-11-271-1/+1
* hw/dma: Declare link using static DEFINE_PROP_LINK() macroPhilippe Mathieu-Daudé2023-10-193-18/+8
* hw/other: spelling fixesMichael Tokarev2023-09-211-2/+2
* hw/dma/etraxfs: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé2023-08-311-0/+1
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-16/+16
* hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu2023-05-301-3/+8
* replace TABs with spacesYeqi Fu2023-03-201-417/+417
* hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()Philippe Mathieu-Daudé2023-02-271-1/+1
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-184-28/+28
* hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-121-8/+7
* 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/+0
* 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/+0
|\
| * Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-282-2/+0
* | 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-211-6/+6
* hw/dma: sifive_pdma: allow non-multiple transaction size transactionsGreen Wan2021-09-211-6/+10
* hw/dma: sifive_pdma: claim bit must be set before DMA transactionsFrank Chang2021-09-211-0/+9
* hw/dma: sifive_pdma: reset Next* registers when Control.claim is setFrank Chang2021-09-211-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/+10
* 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/+0
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-022-2/+0
* 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/+0