summaryrefslogtreecommitdiffstats
path: root/hw/dma
Commit message (Expand)AuthorAgeFilesLines
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-022-13/+5Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-153-7/+7
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-6/+3Star
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-151-4/+5
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-153-14/+15
* hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé2020-06-091-2/+7
* hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-5/+9
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-153-16/+9Star
* qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster2020-05-151-2/+2
* hw/dma/xilinx_axidma: s2mm: Support stream fragmentsEdgar E. Iglesias2020-05-141-7/+7
* hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptorEdgar E. Iglesias2020-05-141-14/+17
* hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias2020-05-141-4/+6
* hw/dma/xilinx_axidma: Add DMA memory-region propertyEdgar E. Iglesias2020-05-141-7/+23
* dma/xlnx-zdma: Fix descriptor loading (REG) wrt endiannessEdgar E. Iglesias2020-04-301-4/+10
* dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endiannessEdgar E. Iglesias2020-04-301-4/+7
* dma/xlnx-zdma: Reorg to fix CUR_DSCREdgar E. Iglesias2020-04-061-25/+22Star
* dma/xlnx-zdma: Advance the descriptor address when stoppingEdgar E. Iglesias2020-04-061-1/+0Star
* dma/xlnx-zdma: Clear DMA_DONE when haltingEdgar E. Iglesias2020-04-061-0/+1
* dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREEEdgar E. Iglesias2020-04-061-0/+6
* dma/xlnx-zdma: Remove commentEdgar E. Iglesias2020-04-061-1/+0Star
* fdc/i8257: implement verify transfer modeSven Schnelle2020-03-271-7/+13
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-231-1/+3
* hw/dma: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-172-3/+3
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()Chen Qun2020-03-091-5/+5
* Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-201-7/+4Star
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+3
* Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-201-15/+10Star
* Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-202-3/+3
* bcm2835_dma: Re-initialize xlen in TD modeRene Stange2020-02-071-1/+3
* bcm2835_dma: Fix the ylen loop in TD modeRene Stange2020-02-071-2/+2
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-277-7/+7
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-247-7/+7
* | dma/pl330: Convert to support tracingGuenter Roeck2020-01-232-40/+72
|/
* lance: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-1/+1
* mips: jazz: Renovate coding styleFilip Bozuta2019-12-161-5/+7
* hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-241-4/+5
* hw/arm/bcm2835_peripherals: Name various address spacesPhilippe Mathieu-Daudé2019-10-151-1/+1
* hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé2019-10-151-4/+4
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-1/+1
* hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-09-031-8/+8
* hw/dma/omap_dma: Move switch 'fall through' comment to correct placePhilippe Mathieu-Daudé2019-08-211-1/+1
* hw/core: Add a config switch for the "register" deviceThomas Huth2019-08-201-0/+1
* hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machinesPhilippe Mathieu-Daudé2019-08-191-1/+0Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-168-0/+8
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1