summary refs log tree commit diff stats
path: root/hw/misc/macio/macio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* macio: move setting of CUDA timebase frequency to macio_common_realize()Mark Cave-Ayland2018-03-061-5/+2
* mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland2018-03-061-5/+9
* mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland2018-03-061-4/+10
* macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-42/+1
* macio: move ESCC device within the macio deviceMark Cave-Ayland2018-03-061-17/+43
* macio: embed DBDMA device directly within macioMark Cave-Ayland2018-03-061-6/+7
* ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland2018-02-161-0/+1
* cuda: rename frequency property to tb_frequencyMark Cave-Ayland2018-02-111-1/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland2017-09-271-1/+2
* macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland2017-09-271-1/+3
* mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland2017-09-271-4/+12
* ppc: Fix macio ESCC legacy mappingBenjamin Herrenschmidt2016-09-071-16/+10
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* macio: 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-091-3/+3
* 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
* macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland2015-03-091-0/+24
* PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2014-09-081-0/+10
* PPC: mac99: Fix core99 timer frequencyAlexander Graf2014-09-081-2/+7
* macio: Fix timer endiannessAlexander Graf2014-06-161-1/+1
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-6/+7
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-2/+2
* PPC: Add timer handler for newworld mac-ioAlexander Graf2013-07-111-0/+33
* PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf2013-07-111-38/+55
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* mac-io: Add escc-legacy memory alias regionAlexander Graf2013-07-011-0/+47
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+305