summaryrefslogtreecommitdiffstats
path: root/hw/acpi/pcihp.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov2022-03-061-1/+11
* acpihp: simplify acpi_pcihp_disable_root_busAni Sinha2022-01-081-7/+2Star
* 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/+0Star
* 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/+1Star
* 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/+3Star
* 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/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster2019-05-211-0/+7
* acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster2019-05-211-17/+8Star
* 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/+0Star
* 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/+0Star
* pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov2017-03-011-11/+0Star
* pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-071-6/+4Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua2015-06-031-5/+2Star
* range: remove useless inclusionsPaolo Bonzini2015-04-301-1/+0Star
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-1/+1
* pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov2015-02-261-6/+12
* pcihp: fix possible array out of boundsGonglei2014-08-251-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1Star