aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio/mac_dbdma.c
AgeCommit message (Expand)Author
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth
2018-07-03mac_dbdma: only dump commands for debug enabled channelsMark Cave-Ayland
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
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
2017-09-27ppc/mac: More rework of the DBDMA emulationBenjamin Herrenschmidt
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland
2016-07-18dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland
2016-07-18dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland
2016-07-18dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMAMark Cave-Ayland
2016-06-07dbdma: use DMA memory interface for memory accessesMark Cave-Ayland
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-02-28dbdma: warn when using unassigned channelHervé Poussineau
2016-01-30mac_dbdma: add DBDMA controller state to VMStateDescriptionMark Cave-Ayland
2016-01-29ppc: Clean up includesPeter Maydell
2015-11-30mac_dbdma: always initialize channel field in DBDMA_channelHervé Poussineau
2015-09-20mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
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-07-11PPC: dbdma: Allow new commands in RUN stateAlexander Graf
2013-07-11PPC: dbdma: Fix debug printAlexander Graf
2013-07-11PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf
2013-07-11PPC: dbdma: Replace tabs with spacesAlexander Graf
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-19Remove unneeded type castsStefan Weil
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini