index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dma
/
bcm2835_dma.c
Age
Commit message (
Expand
)
Author
2023-12-29
hw/dma: Constify VMState
Richard Henderson
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2020-07-10
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
2020-03-23
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
2020-02-07
bcm2835_dma: Re-initialize xlen in TD mode
Rene Stange
2020-02-07
bcm2835_dma: Fix the ylen loop in TD mode
Rene Stange
2019-10-15
hw/arm/bcm2835_peripherals: Name various address spaces
Philippe Mathieu-Daudé
2019-10-15
hw/arm/bcm2835_peripherals: Improve logging
Philippe Mathieu-Daudé
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE