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
/
include
/
hw
/
sparc
/
sparc32_dma.h
Age
Commit message (
Expand
)
Author
2020-10-28
sparc32-espdma: use object_initialize_child() for esp child object
Mark Cave-Ayland
2020-10-28
sparc32-ledma: use object_initialize_child() for lance child object
Mark Cave-Ayland
2020-10-28
sparc32-dma: use object_initialize_child() for espdma and ledma child objects
Mark Cave-Ayland
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-10-31
sparc32_dma: remove is_ledma hack and replace with memory region alias
Mark Cave-Ayland
2017-10-31
sparc32_dma: introduce new SPARC32_DMA type container object
Mark Cave-Ayland
2017-10-31
sparc32_dma: make lance device child of ledma device
Mark Cave-Ayland
2017-10-31
sparc32_dma: make esp device child of espdma device
Mark Cave-Ayland
2017-10-31
sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h
Mark Cave-Ayland
2013-04-08
hw: move headers to include/
Paolo Bonzini