aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/ppce500.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-2/+2
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+3
2020-08-27ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constantEduardo Habkost1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-11-08PPC: e500: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
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