aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/grackle.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland1-17/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-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/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-08-30grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland1-0/+17
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland1-1/+6
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland1-27/+1
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland1-34/+62
2018-01-27grackle: convert to trace-eventsMark Cave-Ayland1-11/+2
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-7/+7
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-07-20hw/grackle: fix PCI bus initializationMarcel Apfelbaum1-1/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-10-23grackle: add to bridge categoryLaurent Vivier1-0/+2
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+2
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf1-1/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+165