aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster1-2/+2
2020-05-14hw/dma/xilinx_axidma: s2mm: Support stream fragmentsEdgar E. Iglesias1-7/+7
2020-05-14hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptorEdgar E. Iglesias1-14/+17
2020-05-14hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias1-4/+6
2020-05-14hw/dma/xilinx_axidma: Add DMA memory-region propertyEdgar E. Iglesias1-7/+23
2020-04-30dma/xlnx-zdma: Fix descriptor loading (REG) wrt endiannessEdgar E. Iglesias1-4/+10
2020-04-30dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endiannessEdgar E. Iglesias1-4/+7
2020-04-06dma/xlnx-zdma: Reorg to fix CUR_DSCREdgar E. Iglesias1-25/+22
2020-04-06dma/xlnx-zdma: Advance the descriptor address when stoppingEdgar E. Iglesias1-1/+0
2020-04-06dma/xlnx-zdma: Clear DMA_DONE when haltingEdgar E. Iglesias1-0/+1
2020-04-06dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREEEdgar E. Iglesias1-0/+6
2020-04-06dma/xlnx-zdma: Remove commentEdgar E. Iglesias1-1/+0
2020-03-27fdc/i8257: implement verify transfer modeSven Schnelle1-7/+13
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé1-1/+3
2020-03-17hw/dma: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-3/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-03-09dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()Chen Qun1-5/+5
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-7/+4
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-3/+3
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé1-15/+10
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2-3/+3
2020-02-07bcm2835_dma: Re-initialize xlen in TD modeRene Stange1-1/+3
2020-02-07bcm2835_dma: Fix the ylen loop in TD modeRene Stange1-2/+2
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-3/+3
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-7/+7
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau7-7/+7
2020-01-23dma/pl330: Convert to support tracingGuenter Roeck2-40/+72
2020-01-07lance: replace PROP_PTR with PROP_LINKMarc-André Lureau1-1/+1
2019-12-16mips: jazz: Renovate coding styleFilip Bozuta1-5/+7
2019-10-24hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+5
2019-10-15hw/arm/bcm2835_peripherals: Name various address spacesPhilippe Mathieu-Daudé1-1/+1
2019-10-15hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé1-4/+4
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-1/+1
2019-09-03hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-8/+8
2019-08-21hw/dma/omap_dma: Move switch 'fall through' comment to correct placePhilippe Mathieu-Daudé1-1/+1
2019-08-20hw/core: Add a config switch for the "register" deviceThomas Huth1-0/+1