summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/ppce500.c
Commit message (Expand)AuthorAgeFilesLines
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constantEduardo Habkost2020-08-271-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* PPC: e500: convert SysBus init method to a realize methodCédric Le Goater2018-11-081-8/+6Star
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-5/+0Star
|\
| * e500: fix pci host bridge class/typeMichael Davidsaver2017-12-141-5/+0Star
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-3/+3
|/
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* PPC: e500 pci host: Fix ATMUs register readsRudolf Marek2015-09-201-2/+2
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* PPC: e500 pci host: Add support for ATMUsAlexander Graf2015-01-071-6/+107
* hw/pci-host/ppce500: Fix typo in vmstate definitionPeter Maydell2014-06-161-1/+1
* PPC: e500: implement PCI INTx routingBharat Bhushan2014-06-161-2/+23
* PPC: e500: some pci related cleanupBharat Bhushan2014-06-161-7/+7
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-6/+3Star
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-0/+5
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-6/+6
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+427