aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/pcihp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/acpi: Constify VMStateRichard Henderson1-1/+1
2023-10-19hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé1-3/+2
2023-04-24acpi: pcihp: allow repeating hot-unplug requestsIgor Mammedov1-0/+10
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov1-24/+18
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov1-8/+8
2023-03-07pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov1-56/+0
2023-01-28pci: acpihp: assign BSEL only to coldplugged bridgesIgor Mammedov1-13/+22
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov1-2/+1
2022-06-23hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk1-1/+5
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert1-6/+0
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov1-1/+11
2022-01-07acpihp: simplify acpi_pcihp_disable_root_busAni Sinha1-7/+2
2022-01-06acpi: validate hotplug selector on accessMichael S. Tsirkin1-0/+3
2021-11-28failover: fix unplug pending detectionLaurent Vivier1-3/+27
2021-09-04hw/acpi: use existing references to pci device struct within functionsAni Sinha1-3/+3
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova1-0/+8
2021-07-16hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova1-2/+10
2021-07-16hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova1-3/+3
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-22pci: acpi: ensure that acpi-index is uniqueIgor Mammedov1-0/+46
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov1-2/+56
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-03hw/acpi : add spaces around operatorXinhao Zhang1-1/+1
2020-09-29Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha1-0/+15
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha1-1/+22
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-2/+1
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+3
2020-03-29acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()Igor Mammedov1-1/+1
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-3/+4
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-05-20acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster1-0/+7
2019-05-20acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster1-17/+8
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-1/+2
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand1-1/+10
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand1-0/+15
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand1-6/+15
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-2/+2
2017-09-08hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD1-0/+38
2017-09-08hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD1-1/+1
2017-06-20pcihp: use get_uint() for "bsel" propertyMarc-André Lureau1-3/+3
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+0
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov1-11/+0
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov1-6/+4