summary refs log tree commit diff stats
path: root/hw/acpi/pcihp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé2023-10-191-3/+2
* acpi: pcihp: allow repeating hot-unplug requestsIgor Mammedov2023-04-241-0/+10
* pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov2023-03-071-24/+18
* pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov2023-03-071-8/+8
* pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov2023-03-071-56/+0
* pci: acpihp: assign BSEL only to coldplugged bridgesIgor Mammedov2023-01-281-13/+22
* pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov2022-12-211-2/+1
* hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk2022-06-231-1/+5
* acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-061-6/+0
* acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov2022-03-061-1/+11
* acpihp: simplify acpi_pcihp_disable_root_busAni Sinha2022-01-071-7/+2
* acpi: validate hotplug selector on accessMichael S. Tsirkin2022-01-061-0/+3
* failover: fix unplug pending detectionLaurent Vivier2021-11-281-3/+27
* hw/acpi: use existing references to pci device struct within functionsAni Sinha2021-09-041-3/+3
* hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-0/+8
* hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova2021-07-161-2/+10
* hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova2021-07-161-3/+3
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* pci: acpi: ensure that acpi-index is uniqueIgor Mammedov2021-03-221-0/+46
* pci: introduce acpi-index property for PCI deviceIgor Mammedov2021-03-221-2/+56
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/acpi : add spaces around operatorXinhao Zhang2020-11-031-1/+1
* Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha2020-09-291-0/+15
* Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha2020-08-271-1/+22
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-2/+1
* qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-4/+3
* acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()Igor Mammedov2020-03-291-1/+1
* qom/object: enable setter for uint typesFelipe Franciosi2020-03-161-3/+4
* hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-051-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster2019-05-201-0/+7
* acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster2019-05-201-17/+8
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-1/+2
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
* pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-1/+10
* pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand2018-12-201-0/+15
* pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand2018-12-201-6/+15
* hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-2/+2
* hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD2017-09-081-0/+38
* hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD2017-09-081-1/+1
* pcihp: use get_uint() for "bsel" propertyMarc-André Lureau2017-06-201-3/+3
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0
* pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov2017-03-011-11/+0
* pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-071-6/+4