summaryrefslogtreecommitdiffstats
path: root/hw/dma
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-166-4/+2Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1611-0/+11
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-1611-0/+12
* pl330: fix vmstate descriptionDamien Hedde2019-07-261-8/+9
* dma/rc4030: Minor code style cleanupAleksandar Markovic2019-06-261-7/+11
* dma/rc4030: Fix off-by-one error in specified memory region sizeAleksandar Markovic2019-06-261-1/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-125-3/+2Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1213-0/+15
* hw/dma: Compile the bcm2835_dma device as common objectPhilippe Mathieu-Daudé2019-04-291-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2019-02-141-1/+3
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-112-3/+3
* dma/puv3_dma: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+4Star
* hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell2018-08-201-1/+0Star
* hw/dma/pl080: Correct bug in register address decode logicPeter Maydell2018-08-201-2/+3
* hw/dma/pl080: Provide device reset functionPeter Maydell2018-08-201-0/+25
* hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-201-6/+29
* hw/dma/pl080: Support all three interrupt linesPeter Maydell2018-08-201-5/+8
* hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell2018-08-201-32/+2Star
* hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-24/+40
* hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé2018-06-261-2/+4
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1