summaryrefslogtreecommitdiff
path: root/hw/acpi/pcihp.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua1-5/+2
2015-04-30range: remove useless inclusionsPaolo Bonzini1-1/+0
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov1-6/+12
2014-08-25pcihp: fix possible array out of boundsGonglei1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-05-07acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_intKirill Batuzov1-8/+10
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov1-12/+31
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+2
2014-02-05hw:piix4:acpi: reuse pcihp code for legacy PCI hotplugIgor Mammedov1-5/+18
2014-02-05pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplugIgor Mammedov1-2/+5
2014-02-05pcihp: make PCI hotplug mmio handlers indifferent to PCI_HOTPLUG_ADDRIgor Mammedov1-12/+12
2014-02-05pcihp: replace enable|disable_device() with onelinersIgor Mammedov1-12/+2
2014-02-05pcihp: reduce number of device check eventsMichael S. Tsirkin1-16/+5
2014-01-26pcihp: generalization of piix4 acpiMichael S. Tsirkin1-0/+316