aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)AuthorFilesLines
2021-10-07hw/dma: sifive_pdma: Don't run DMA when channel is disclaimedBin Meng1-2/+9
2021-10-07hw/dma: sifive_pdma: Fix Control.claim bit detectionBin Meng1-1/+1
2021-09-21hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transferFrank Chang1-6/+6
2021-09-21hw/dma: sifive_pdma: allow non-multiple transaction size transactionsGreen Wan1-6/+10
2021-09-21hw/dma: sifive_pdma: claim bit must be set before DMA transactionsFrank Chang1-0/+9
2021-09-21hw/dma: sifive_pdma: reset Next* registers when Control.claim is setFrank Chang1-0/+19
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé1-12/+12
2021-08-26hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé1-11/+10
2021-08-26hw/dma/xlnx_csu_dma: Run trivial checks early in realize()Philippe Mathieu-Daudé1-5/+5
2021-08-25hw/dma/pl330: Add memory region to replace defaultWen, Jianxian1-4/+22
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster2-120/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth2-2/+0
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé1-2/+2
2021-03-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell3-0/+750
2021-03-08hw/dma: Implement a Xilinx CSU DMA modelXuzhou Cheng3-0/+750
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland1-2/+2
2021-02-03hw/arm/xlnx-versal: Versal SoC requires ZDMAPhilippe Mathieu-Daudé2-1/+4
2020-12-10hw/dma/xilinx_axidma: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé1-13/+13
2020-12-10hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé1-16/+16
2020-10-28sparc32-ledma: don't reference nd_table directly within the deviceMark Cave-Ayland1-5/+0
2020-10-28sparc32-espdma: use object_initialize_child() for esp child objectMark Cave-Ayland1-9/+8
2020-10-28sparc32-ledma: use object_initialize_child() for lance child objectMark Cave-Ayland1-6/+8
2020-10-28sparc32-dma: use object_initialize_child() for espdma and ledma child objectsMark Cave-Ayland1-6/+9
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost6-17/+6
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell3-0/+317
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+1
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
2020-09-09hw/dma: Add SiFive platform DMA controller emulationBin Meng3-0/+317
2020-09-09xilinx_axidma: Use typedef name for instance_sizeEduardo Habkost1-2/+2
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost6-14/+16
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost6-10/+20
2020-08-27i8257: Move QOM macro to headerEduardo Habkost1-2/+0
2020-08-21meson: convert hw/dmaMarc-André Lureau2-16/+15
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-21hw: Mark nd_table[] misuse in realize methods FIXMEMarkus Armbruster1-0/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster2-5/+5
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster1-8/+1
2020-07-02hw: Fix error API violation around object_property_set_link()Markus Armbruster2-13/+5
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster3-7/+7
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-6/+3
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster1-4/+5
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster3-14/+15
2020-06-09hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé1-2/+7
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-5/+9
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster3-16/+9