summaryrefslogtreecommitdiffstats
path: root/hw/misc/macio
Commit message (Expand)AuthorAgeFilesLines
* dbdma: warn when using unassigned channelHervé Poussineau2019-11-291-2/+23
* cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau2019-11-291-23/+0
* cuda: remove GET_6805_ADDR commandHervé Poussineau2019-11-291-3/+0
* cuda: port SET_TIME command to new frameworkHervé Poussineau2019-11-291-6/+18
* cuda: port GET_TIME command to new frameworkHervé Poussineau2019-11-291-8/+21
* cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau2019-11-291-3/+16
* cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau2019-11-291-1/+16
* cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port POWERDOWN command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2019-11-291-2/+16
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2019-11-291-6/+30
* cuda: port AUTOPOLL command to new frameworkHervé Poussineau2019-11-291-15/+25
* cuda: move unknown commands reject out of switchHervé Poussineau2019-11-291-14/+16
* cuda: add a framework to handle commandsHervé Poussineau2019-11-291-0/+34
* cuda.c: return error for unknown commandsAlyssa Milburn2019-11-291-0/+5
* cuda: add missing fields to VMStateDescriptionMark Cave-Ayland2019-11-291-2/+5
* mac_dbdma: add DBDMA controller state to VMStateDescriptionMark Cave-Ayland2019-11-291-4/+36
* ppc: Clean up includesPeter Maydell2019-11-293-0/+3
* mac_dbdma: always initialize channel field in DBDMA_channelHervé Poussineau2015-11-301-1/+1
* cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland2015-11-121-11/+33
* cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland2015-11-121-9/+24
* cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland2015-11-121-9/+9
* cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland2015-11-121-5/+6
* cuda.c: add defines for CUDA registersMark Cave-Ayland2015-11-121-34/+53
* cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland2015-11-121-1/+3
* cuda.c: implement dummy IIC access commandsMark Cave-Ayland2015-11-121-0/+18
* cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland2015-11-121-0/+3
* cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland2015-11-121-19/+5
* cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland2015-11-121-2/+4
* macio: add to bridge categoryLaurent Vivier2015-10-231-0/+1
* cuda: add to bridge categoryLaurent Vivier2015-10-231-0/+1
* macio: move DBDMA_init from instance_init to realizePaolo Bonzini2015-10-091-4/+4
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-092-4/+4
* mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland2015-09-201-7/+5
* macio: remove nonexistent interrupt on pin 1Cormac O'Brien2015-07-071-2/+0
* macio: Convert to realize()Markus Armbruster2015-06-031-33/+38
* macio: fix possible memory leakGonglei2015-03-101-1/+2
* cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland2015-03-091-2/+3
* macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland2015-03-091-0/+24
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2014-09-082-3/+30
* PPC: mac99: Fix core99 timer frequencyAlexander Graf2014-09-081-2/+7
* macio: Fix timer endiannessAlexander Graf2014-06-161-1/+1
* macio ide: Do remainder access asynchronouslyAlexander Graf2014-06-161-0/+6
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-142-8/+4
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-6/+7
* qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-2/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-222-19/+19
* PPC: Add timer handler for newworld mac-ioAlexander Graf2013-07-111-0/+33
* PPC: dbdma: Move processing to ioAlexander Graf2013-07-111-4/+6
OpenPOWER on IntegriCloud