aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/versatile.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2023-12-30hw/pci-host: Constify VMStateRichard Henderson1-1/+1
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow1-1/+2
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell1-3/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-27versatile: Fix typo in PCI_VPB_HOST definitionEduardo Habkost1-1/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15Revert "hw/versatile: realize the PCI root bus as part of the versatile init"Markus Armbruster1-1/+0
2020-06-09hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
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 migration/vmstate.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-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-1/+1
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-3/+3
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
2017-04-21versatile: remove cannot_destroy_with_object_finalize_yetLaurent Vivier1-23/+12
2016-07-20hw/versatile: realize the PCI root bus as part of the versatile initMarcel Apfelbaum1-0/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+11
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-0/+6
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+1
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber1-1/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-8/+8
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-7/+7
2013-05-15hw/pci-host/versatile.c: Provide property for forcing broken IRQ mappingPeter Maydell1-1/+13
2013-05-15hw/pci-host/versatile.c: Update autodetect to detect newer kernelsPeter Maydell1-7/+62
2013-05-15Revert "versatile_pci: Put the host bridge PCI device at slot 29"Peter Maydell1-2/+0
2013-04-19hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()Peter Maydell1-7/+2
2013-04-19versatile_pci: Expose PCI memory space to systemPeter Maydell1-1/+71
2013-04-19versatile_pci: Implement the PCI controller's control registersPeter Maydell1-5/+122
2013-04-19versatile_pci: Implement the correct PCI IRQ mappingPeter Maydell1-6/+99
2013-04-19versatile_pci: Put the host bridge PCI device at slot 29Peter Maydell1-0/+2
2013-04-19versatile_pci: Use separate PCI I/O space rather than system I/O spacePeter Maydell1-4/+13
2013-04-19versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGEPeter Maydell1-11/+30
2013-04-19versatile_pci: Update to realize and instance init functionsPeter Maydell1-25/+25
2013-04-19versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell1-5/+3
2013-04-19versatile_pci: Fix hardcoded tabsPeter Maydell1-1/+1
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+164