summaryrefslogtreecommitdiff
path: root/hw/acpi/piix4.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Merge tag 'v2.8.0-rc4' into developSeokYeon Hwang1-1/+6
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong1-1/+6
2016-09-12Merge tag 'v2.7.0' into develop_qemu_2.7SeokYeon Hwang1-8/+85
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov1-0/+32
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov1-0/+3
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov1-0/+6
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov1-0/+1
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov1-3/+8
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov1-1/+23
2016-06-20Merge tag 'v2.6.0' into developSeokYeon Hwang1-1/+4
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov1-6/+5
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov1-0/+8
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov1-3/+3
2016-05-19explicitly include qom/cpu.hPaolo Bonzini1-0/+1
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-08-24Merge tag 'v2.4.0' into tizen_3.0_qemu_2.4SeokYeon Hwang1-27/+37
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini1-5/+5
2015-07-06piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini1-0/+3
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-6/+4
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek1-2/+1
2015-06-04hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek1-8/+0
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek1-1/+1
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen1-2/+9
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen1-1/+5
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov1-1/+1
2015-02-26acpi, piix4: Add unplug cb for piix4.Tang Chen1-0/+8
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-12-10Merge 'v2.2.0' into tizen_next_qemu_2.2SeokYeon Hwang1-29/+86
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov1-0/+4
2014-11-02cpu-hotplug: rename function for better readabilityGu Zheng1-2/+2
2014-11-02acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng1-12/+2
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov1-3/+3
2014-10-07hax: clean upyucheng yu1-1/+2
2014-08-01skip smm code running in UG modeliucm1-3/+3
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov1-0/+11
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov1-1/+5
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov1-0/+24
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov1-1/+14
2014-06-19acpi:piix4: allow plug/unlug callbacks handle not only PCI devicesIgor Mammedov1-9/+22
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-5/+3
2014-04-21Merge branch 'upstream_qemu_2.0' into tizenSeokYeon Hwang1-314/+116
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-3/+3
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-3/+3
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov1-14/+22
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2014-02-10hw/acpi: move typeinfo to the file endIgor Mammedov1-46/+46
2014-02-05hw:piix4:acpi: reuse pcihp code for legacy PCI hotplugIgor Mammedov1-196/+15
2014-02-05pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplugIgor Mammedov1-1/+2