summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-273-1/+255
|\
| * bios-linker-loader: move source to common locationMichael S. Tsirkin2015-01-272-0/+158
| * ich9: add disable_s3, disable_s4, s4_val propertiesAmit Shah2015-01-261-1/+97
* | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-262-2/+2
|/
* pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov2014-11-141-0/+4
* acpi: accurate overflow checkPavel Dovgalyuk2014-11-131-2/+5
* acpi/cpu-hotplug: introduce helper function to keep bit setting in one placeGu Zheng2014-11-021-9/+13
* cpu-hotplug: rename function for better readabilityGu Zheng2014-11-023-6/+6
* acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng2014-11-022-24/+4
* acpi:ich9: convert cpu hotplug to hotplug_handler APIGu Zheng2014-11-021-11/+2
* acpi/cpu: add cpu hotplug callback function to match hotplug_handler APIGu Zheng2014-11-021-0/+18
* qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov2014-10-151-3/+3
* pcihp: fix possible array out of boundsGonglei2014-08-251-1/+1
* fix typo: apci -> acpiHu Tao2014-07-111-2/+2
* acpi: fix typo in memory hotplug MMIO region nameIgor Mammedov2014-07-061-1/+1
* qmp: convert ACPI_DEVICE_OST eventIgor Mammedov2014-06-231-28/+6
* qapi event: convert SUSPEND_DISKWenchao Xia2014-06-231-2/+2
* qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov2014-06-191-1/+28
* acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov2014-06-193-0/+49
* acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov2014-06-192-0/+16
* pc: add acpi-device link to PCMachineStateIgor Mammedov2014-06-191-1/+5
* pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov2014-06-193-0/+75
* acpi:ich9: add memory hotplug handlingIgor Mammedov2014-06-191-0/+38
* acpi:piix4: add memory hotplug handlingIgor Mammedov2014-06-191-1/+14
* acpi:piix4: allow plug/unlug callbacks handle not only PCI devicesIgor Mammedov2014-06-191-9/+22
* trace: add acpi memory hotplug IO region eventsIgor Mammedov2014-06-191-0/+13
* acpi: memory hotplug ACPI hardware implementationIgor Mammedov2014-06-192-0/+148
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-163-8/+4
* acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_intKirill Batuzov2014-05-071-8/+10
* acpi: Assert sts array limit on AcpiCpuHotplug_add()Eduardo Habkost2014-03-181-0/+1
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2014-02-201-3/+3
|\
| * i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-3/+3
* | acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov2014-02-102-26/+53
* | qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-102-2/+3
* | hw/acpi: move typeinfo to the file endIgor Mammedov2014-02-101-46/+46
* | hw:piix4:acpi: reuse pcihp code for legacy PCI hotplugIgor Mammedov2014-02-052-201/+33
* | pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplugIgor Mammedov2014-02-052-3/+7
* | pcihp: make PCI hotplug mmio handlers indifferent to PCI_HOTPLUG_ADDRIgor Mammedov2014-02-051-12/+12
* | pcihp: replace enable|disable_device() with onelinersIgor Mammedov2014-02-051-12/+2
* | pcihp: reduce number of device check eventsMichael S. Tsirkin2014-02-051-16/+5
|/
* pc: ACPI: unify source of CPU hotplug IO base/lenIgor Mammedov2014-01-261-3/+2
* acpi: ich9: add CPU hotplug handling to Q35 machineIgor Mammedov2014-01-261-0/+14
* acpi: factor out common cpu hotplug code for PIIX4/Q35Igor Mammedov2014-01-263-72/+71
* piix4: add acpi pci hotplug supportMichael S. Tsirkin2014-01-261-10/+65
* pcihp: generalization of piix4 acpiMichael S. Tsirkin2014-01-262-2/+317
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2014-01-103-44/+25
|\
| * acpi: ich9: allow guest to clear SCI rised by GPEIgor Mammedov2013-12-231-0/+1
| * acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov2013-12-233-43/+24
| * acpi: piix4: remove not needed GPE0 maskIgor Mammedov2013-12-231-2/+1
* | piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+5
OpenPOWER on IntegriCloud