aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio/mac_dbdma.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth1-1/+0
2018-07-03mac_dbdma: only dump commands for debug enabled channelsMark Cave-Ayland1-10/+11
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-2/+2
2017-09-27mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland1-14/+0
2017-09-27mac_dbdma: QOMifyMark Cave-Ayland1-10/+49
2017-09-27mac_dbdma: remove unused IO fields from DBDMAStateMark Cave-Ayland1-2/+0
2017-09-27ppc/mac: More rework of the DBDMA emulationBenjamin Herrenschmidt1-52/+139
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland1-0/+1
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland1-0/+10
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland1-19/+5
2016-07-18dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland1-1/+1
2016-07-18dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland1-33/+42
2016-07-18dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMAMark Cave-Ayland1-8/+7
2016-06-07dbdma: use DMA memory interface for memory accessesMark Cave-Ayland1-6/+7
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-02-28dbdma: warn when using unassigned channelHervé Poussineau1-2/+23
2016-01-30mac_dbdma: add DBDMA controller state to VMStateDescriptionMark Cave-Ayland1-4/+36
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-11-30mac_dbdma: always initialize channel field in DBDMA_channelHervé Poussineau1-1/+1
2015-09-20mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland1-7/+5
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf1-0/+6
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-4/+2
2013-07-11PPC: dbdma: Move processing to ioAlexander Graf1-4/+6
2013-07-11PPC: dbdma: Move static bh variable to device structAlexander Graf1-9/+15
2013-07-11PPC: dbdma: Introduce kick functionAlexander Graf1-0/+5
2013-07-11PPC: dbdma: Move defines into header fileAlexander Graf1-117/+0
2013-07-11PPC: dbdma: Allow new commands in RUN stateAlexander Graf1-3/+3
2013-07-11PPC: dbdma: Fix debug printAlexander Graf1-1/+2
2013-07-11PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf1-3/+11
2013-07-11PPC: dbdma: Replace tabs with spacesAlexander Graf1-51/+51
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-19Remove unneeded type castsStefan Weil1-4/+4
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+859