aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-19hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machinesPhilippe Mathieu-Daudé1-1/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster8-0/+8
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster6-4/+2
2019-08-16Include migration/vmstate.h lessMarkus Armbruster11-0/+11
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster11-0/+12
2019-07-26pl330: fix vmstate descriptionDamien Hedde1-8/+9
2019-06-26dma/rc4030: Minor code style cleanupAleksandar Markovic1-7/+11
2019-06-26dma/rc4030: Fix off-by-one error in specified memory region sizeAleksandar Markovic1-1/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster5-3/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster13-0/+15
2019-04-29hw/dma: Compile the bcm2835_dma device as common objectPhilippe Mathieu-Daudé1-1/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+20
2019-02-14hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-1/+3
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini2-3/+3
2018-12-13dma/puv3_dma: Convert sysbus init function to realize functionMao Zhongyi1-6/+4
2018-08-20hw/dma/pl080: Remove hw_error() if DMA is enabledPeter Maydell1-1/+0
2018-08-20hw/dma/pl080: Correct bug in register address decode logicPeter Maydell1-2/+3
2018-08-20hw/dma/pl080: Provide device reset functionPeter Maydell1-0/+25
2018-08-20hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell1-6/+29
2018-08-20hw/dma/pl080: Support all three interrupt linesPeter Maydell1-5/+8
2018-08-20hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell1-32/+2
2018-06-26hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-24/+40
2018-06-26hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé1-2/+4
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+1
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2-3/+3
2018-05-31xlnx-zdma: Correct mem leaks and memset to zero on desc unaligned errorsFrancisco Iglesias1-3/+7
2018-05-18xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMAFrancisco Iglesias2-0/+833
2018-04-09hw/dma/i82374: Avoid double creation of the 82374 controllerPhilippe Mathieu-Daudé1-1/+8
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2-3/+4
2018-02-06hw/dma: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-18/+18
2018-01-26aarch64-softmmu.mak: Use an ARM specific configAlistair Francis1-0/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis2-20/+20
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake3-3/+3
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-1/+0
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland1-0/+1
2018-01-09sun4m: move sun4m_iommu.c from hw/dma to hw/sparcMark Cave-Ayland3-417/+0
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland1-33/+0