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
/
include
/
hw
/
ppc
/
mac_dbdma.h
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2017-09-27
mac_dbdma: remove DBDMA_init() function
Mark Cave-Ayland
2017-09-27
mac_dbdma: QOMify
Mark Cave-Ayland
2017-09-27
mac_dbdma: remove unused IO fields from DBDMAState
Mark Cave-Ayland
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-06-14
macio: call dma_memory_unmap() at the end of each DMA transfer
Mark Cave-Ayland
2016-03-22
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
2015-06-04
macio: remove remainder_len DBDMA_io property
Mark Cave-Ayland
2015-06-04
macio: switch pmac_dma_write() over to new offset/len implementation
Mark Cave-Ayland
2015-05-22
macio: move unaligned DMA write code into separate pmac_dma_write() function
Mark Cave-Ayland
2014-06-16
macio ide: Do remainder access asynchronously
Alexander Graf
2013-07-11
PPC: dbdma: Support unaligned DMA access
Alexander Graf
2013-07-11
PPC: dbdma: Move processing to io
Alexander Graf
2013-07-11
PPC: dbdma: Move static bh variable to device struct
Alexander Graf
2013-07-11
PPC: dbdma: Introduce kick function
Alexander Graf
2013-07-11
PPC: dbdma: Move defines into header file
Alexander Graf
2013-04-08
hw: move headers to include/
Paolo Bonzini