aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/ppce500.c
AgeCommit message (Expand)Author
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constantEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-11-08PPC: e500: convert SysBus init method to a realize methodCédric Le Goater
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-15e500: fix pci host bridge class/typeMichael Davidsaver
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2016-01-29pci: Clean up includesPeter Maydell
2015-09-20PPC: e500 pci host: Fix ATMUs register readsRudolf Marek
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-07PPC: e500 pci host: Add support for ATMUsAlexander Graf
2014-06-16hw/pci-host/ppce500: Fix typo in vmstate definitionPeter Maydell
2014-06-16PPC: e500: implement PCI INTx routingBharat Bhushan
2014-06-16PPC: e500: some pci related cleanupBharat Bhushan
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini