aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio
AgeCommit message (Expand)AuthorFilesLines
2015-11-30mac_dbdma: always initialize channel field in DBDMA_channelHervé Poussineau1-1/+1
2015-11-12cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland1-11/+33
2015-11-12cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland1-9/+24
2015-11-12cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland1-9/+9
2015-11-12cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland1-5/+6
2015-11-12cuda.c: add defines for CUDA registersMark Cave-Ayland1-34/+53
2015-11-12cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland1-1/+3
2015-11-12cuda.c: implement dummy IIC access commandsMark Cave-Ayland1-0/+18
2015-11-12cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland1-0/+3
2015-11-12cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland1-19/+5
2015-11-12cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland1-2/+4
2015-10-23macio: add to bridge categoryLaurent Vivier1-0/+1
2015-10-23cuda: add to bridge categoryLaurent Vivier1-0/+1
2015-10-09macio: move DBDMA_init from instance_init to realizePaolo Bonzini1-4/+4
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2-4/+4
2015-09-20mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland1-7/+5
2015-07-07macio: remove nonexistent interrupt on pin 1Cormac O'Brien1-2/+0
2015-06-03macio: Convert to realize()Markus Armbruster1-33/+38
2015-03-10macio: fix possible memory leakGonglei1-1/+2
2015-03-09cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland1-2/+3
2015-03-09macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland1-0/+24
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2-3/+30
2014-09-08PPC: mac99: Fix core99 timer frequencyAlexander Graf1-2/+7
2014-06-16macio: Fix timer endiannessAlexander Graf1-1/+1
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf1-0/+6
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2-8/+4
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-6/+7
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-19/+19
2013-07-11PPC: Add timer handler for newworld mac-ioAlexander Graf1-0/+33
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-11PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf1-38/+55
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini3-6/+6
2013-07-01mac-io: Add escc-legacy memory alias regionAlexander Graf1-0/+47
2013-04-19Remove unneeded type castsStefan Weil1-4/+4
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini4-0/+1907