aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/xlnx_dpdma.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-bufferPeter Maydell1-1/+1
2024-05-28xlnx_dpdma: fix descriptor endianness bugAlexandra Diupina1-4/+64
2024-04-30hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fieldsAlexandra Diupina1-10/+10
2023-12-29hw/dma: Constify VMStateRichard Henderson1-1/+1
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-1/+1
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-1/+1
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2016-06-14introduce xlnx-dpdmaKONRAD Frederic1-0/+786