summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/grackle.c
Commit message (Expand)AuthorAgeFilesLines
* grackle: use qdev gpios for PCI IRQsMark Cave-Ayland2020-10-181-17/+2Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-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/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
* grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland2018-08-301-0/+17
* grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland2018-04-271-1/+6
* grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland2018-04-271-27/+1Star
* grackle: general tidy-up and QOMifyMark Cave-Ayland2018-04-271-34/+62
* grackle: convert to trace-eventsMark Cave-Ayland2018-01-271-11/+2Star
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-7/+7
* 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
* hw/grackle: fix PCI bus initializationMarcel Apfelbaum2016-07-201-1/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* grackle: add to bridge categoryLaurent Vivier2015-10-231-0/+2
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-3/+2Star
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+5
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+2
* PPC: Use default pci bus name for grackle and heathrowAlexander Graf2013-12-201-1/+1
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+165