index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dma
/
omap_dma.c
Age
Commit message (
Expand
)
Author
2018-06-26
hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
2018-06-26
hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
Philippe Mathieu-Daudé
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-01-27
dma: omap: check dma channel data_type
Prasad J Pandit
2016-09-13
hw/dma/omap: spelling fix: endianness
Michael Tokarev
2016-01-29
arm devices: Clean up includes
Peter Maydell
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-03-19
omap: Fix warnings from Sparse
Stefan Weil
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
2014-05-13
hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16
Peter Maydell
2013-07-15
hw/dma/omap_dma: Fix bugs with DMA requests above 32
Peter Maydell
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move DMA controllers to hw/dma/, configure with default-configs/
Paolo Bonzini