summaryrefslogtreecommitdiffstats
path: root/hw/dma/omap_dma.c
Commit message (Expand)AuthorAgeFilesLines
* hw/dma/omap_dma: Move switch 'fall through' comment to correct placePhilippe Mathieu-Daudé2019-08-211-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* 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
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-13/+13
* dma: omap: check dma channel data_typePrasad J Pandit2017-01-271-3/+7
* hw/dma/omap: spelling fix: endiannessMichael Tokarev2016-09-131-1/+1
* arm devices: Clean up includesPeter Maydell2016-01-291-0/+1
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-4/+2Star
* omap: Fix warnings from SparseStefan Weil2015-03-191-3/+5
* hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-2/+2
* hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell2014-05-131-6/+6
* hw/dma/omap_dma: Fix bugs with DMA requests above 32Peter Maydell2013-07-151-5/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini2013-04-081-0/+2101