summaryrefslogtreecommitdiff
path: root/hw/pci-host/uninorth.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland1-0/+58
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland1-16/+16
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland1-4/+10
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland1-30/+43
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland1-25/+5
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland1-41/+5
2018-04-27uninorth: enable internal PCI host bridgeMark Cave-Ayland1-5/+23
2018-04-27uninorth: fix PCI and AGP bus mixupMark Cave-Ayland1-11/+13
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland1-49/+68
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland1-2/+23
2018-04-27uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland1-10/+18
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland1-8/+8
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland1-21/+1
2018-04-27uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland1-47/+32
2018-04-27uninorth: trivial style fixupsMark Cave-Ayland1-10/+19
2018-01-27uninorth: convert to trace-eventsMark Cave-Ayland1-19/+5
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-12/+12
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+16
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-4/+4
2016-11-23ppc: Make uninorth interrupt swizzling identical to GrackleBenjamin Herrenschmidt1-3/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-02-17hw: fix some debug message format stringsAlyssa Milburn1-2/+2
2016-01-30uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) registerProgrammingkid1-0/+9
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-10-23uninorth: add to bridge categoryLaurent Vivier1-0/+8
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi1-1/+4
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-12/+8
2014-06-27uninorth: Fix PCI hole sizeBALATON Zoltan1-1/+1
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+24
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf1-2/+2
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-12/+12
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-12/+12
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+492