aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pcie_port.c
AgeCommit message (Expand)Author
2023-03-07hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron
2023-03-07pci: fix 'hotplugglable' property behaviorIgor Mammedov
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov
2022-05-13pci/pcie_port: Add pci_find_port_by_pn()Jonathan Cameron
2021-11-15pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand
2016-01-29pci: Clean up includesPeter Maydell
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber
2013-03-26pci_bridge: factor out common codeMichael S. Tsirkin
2013-03-26pci: Teach PCI Bridges about VGA routingAlex Williamson
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin