summaryrefslogtreecommitdiff
path: root/hw/pci-host/grackle.c
AgeCommit message (Expand)AuthorFilesLines
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