aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)Author
2024-06-18hw/dma: Add a trace log for a description loading failureFea.Wang
2024-06-17hw/dma: Enhance error handling in loading descriptionFea.Wang
2024-06-05hw/dma/pl330: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé
2024-06-04hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-bufferPeter Maydell
2024-05-28xlnx_dpdma: fix descriptor endianness bugAlexandra Diupina
2024-04-30hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fieldsAlexandra Diupina
2024-04-25hw/dma: avoid apparent overflow in soc_dma_set_requestAnastasia Belova
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé
2023-12-29hw/dma: Constify VMStateRichard Henderson
2023-11-27hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMAFrederic Konrad
2023-11-27hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad
2023-10-19hw/dma: Declare link using static DEFINE_PROP_LINK() macroPhilippe Mathieu-Daudé
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-08-31hw/dma/etraxfs: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-05-30hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu
2023-03-20replace TABs with spacesYeqi Fu
2023-02-27hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()Philippe Mathieu-Daudé
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_sizePeter Maydell
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-28hw/dma/xlnx_csu_dma: Support starting a read transfer through a class methodFrancisco Iglesias
2022-01-08hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu
2022-01-08hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-10-07hw/dma: sifive_pdma: Don't run DMA when channel is disclaimedBin Meng
2021-10-07hw/dma: sifive_pdma: Fix Control.claim bit detectionBin Meng
2021-09-21hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transferFrank Chang
2021-09-21hw/dma: sifive_pdma: allow non-multiple transaction size transactionsGreen Wan
2021-09-21hw/dma: sifive_pdma: claim bit must be set before DMA transactionsFrank Chang
2021-09-21hw/dma: sifive_pdma: reset Next* registers when Control.claim is setFrank Chang
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-26hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-26hw/dma/xlnx_csu_dma: Run trivial checks early in realize()Philippe Mathieu-Daudé
2021-08-25hw/dma/pl330: Add memory region to replace defaultWen, Jianxian
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé
2021-03-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell
2021-03-08hw/dma: Implement a Xilinx CSU DMA modelXuzhou Cheng