summaryrefslogtreecommitdiff
path: root/hw/ppc/mac.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-04mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directlyMark Cave-Ayland1-0/+9
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland1-4/+4
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland1-4/+2
2018-04-27mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland1-0/+8
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland1-3/+0
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland1-1/+1
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland1-4/+0
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland1-4/+6
2018-03-06macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland1-3/+0
2018-03-06heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland1-2/+2
2018-03-06macio: move ESCC device within the macio deviceMark Cave-Ayland1-2/+1
2018-02-16ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland1-77/+0
2018-02-16cuda: convert to use the shared mos6522 deviceMark Cave-Ayland1-42/+45
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland1-1/+1
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland1-1/+1
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland1-2/+2
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt1-1/+5
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+4
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-0/+1
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau1-0/+1
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland1-1/+0
2015-11-12cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland1-0/+3
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-1/+1
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf1-0/+2
2014-09-08PPC: mac_nvram: Remove unused functionsAlexander Graf1-2/+0
2013-12-02hw/ppc/mac.h: remove unused BIOS_FILENAME definitionMichael Tokarev1-1/+0
2013-07-11PPC: dbdma: Wait for DMA until we have dataAlexander Graf1-0/+1
2013-07-11PPC: dbdma: macio: Add DMA callbackAlexander Graf1-0/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-01-25cuda: Move ADB bus into CUDA stateAndreas Färber1-0/+2
2013-01-25cuda: QOM'ify CUDAAndreas Färber1-2/+66
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber1-2/+23
2013-01-25mac_nvram: QOM'ify MacIO NVRAMAndreas Färber1-6/+17
2013-01-25mac_nvram: Clean up public APIAndreas Färber1-2/+2
2013-01-25macio: Split MacIO in twoAndreas Färber1-4/+6
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber1-0/+81