summaryrefslogtreecommitdiff
path: root/hw/pci-host/ppce500.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-5/+0
2017-12-15e500: fix pci host bridge class/typeMichael Davidsaver1-5/+0
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-3/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-09-20PPC: e500 pci host: Fix ATMUs register readsRudolf Marek1-2/+2
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-01-07PPC: e500 pci host: Add support for ATMUsAlexander Graf1-6/+107
2014-06-16hw/pci-host/ppce500: Fix typo in vmstate definitionPeter Maydell1-1/+1
2014-06-16PPC: e500: implement PCI INTx routingBharat Bhushan1-2/+23
2014-06-16PPC: e500: some pci related cleanupBharat Bhushan1-7/+7
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-6/+3
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+5
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-6/+6
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+427