aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/omap_dma.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-21hw/other: spelling fixesMichael Tokarev1-2/+2
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé1-8/+7
2019-08-21hw/dma/omap_dma: Move switch 'fall through' comment to correct placePhilippe Mathieu-Daudé1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
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-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-13/+13
2017-01-27dma: omap: check dma channel data_typePrasad J Pandit1-3/+7
2016-09-13hw/dma/omap: spelling fix: endiannessMichael Tokarev1-1/+1
2016-01-29arm devices: Clean up includesPeter Maydell1-0/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+2
2015-03-19omap: Fix warnings from SparseStefan Weil1-3/+5
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-2/+2
2014-05-13hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell1-6/+6
2013-07-15hw/dma/omap_dma: Fix bugs with DMA requests above 32Peter Maydell1-5/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-08hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini1-0/+2101