aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/pcihp.c
AgeCommit message (Expand)Author
2019-05-20acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster
2019-05-20acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-09-08hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD
2017-09-08hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD
2017-06-20pcihp: use get_uint() for "bsel" propertyMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29x86: Clean up includesPeter Maydell
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua
2015-04-30range: remove useless inclusionsPaolo Bonzini
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov
2014-08-25pcihp: fix possible array out of boundsGonglei
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-07acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_intKirill Batuzov
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-02-05hw:piix4:acpi: reuse pcihp code for legacy PCI hotplugIgor Mammedov
2014-02-05pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplugIgor Mammedov
2014-02-05pcihp: make PCI hotplug mmio handlers indifferent to PCI_HOTPLUG_ADDRIgor Mammedov
2014-02-05pcihp: replace enable|disable_device() with onelinersIgor Mammedov
2014-02-05pcihp: reduce number of device check eventsMichael S. Tsirkin
2014-01-26pcihp: generalization of piix4 acpiMichael S. Tsirkin