summaryrefslogtreecommitdiff
path: root/include/hw/ppc/mac_dbdma.h
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2017-09-27mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland
2017-09-27mac_dbdma: QOMifyMark Cave-Ayland
2017-09-27mac_dbdma: remove unused IO fields from DBDMAStateMark Cave-Ayland
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster
2015-06-04macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland
2015-06-04macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf
2013-07-11PPC: dbdma: Support unaligned DMA accessAlexander Graf
2013-07-11PPC: dbdma: Move processing to ioAlexander Graf
2013-07-11PPC: dbdma: Move static bh variable to device structAlexander Graf
2013-07-11PPC: dbdma: Introduce kick functionAlexander Graf
2013-07-11PPC: dbdma: Move defines into header fileAlexander Graf
2013-04-08hw: move headers to include/Paolo Bonzini