summaryrefslogtreecommitdiff
path: root/hw/acpi/ich9.c
AgeCommit message (Expand)Author
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-09-29x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi
2020-03-09hw/acpi: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29x86: Clean up includesPeter Maydell
2015-07-27hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek
2015-07-27hw/acpi/ich9: clear smi_en on resetLaszlo Ersek
2015-07-20ich9: fix skipped vmstate_memhp_state subsectionPaulo Alcantara
2015-07-07ich9: add TCO interface emulationPaulo Alcantara
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-05ich9: implement SMI_LOCKGerd Hoffmann
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen
2015-02-26acpi, ich9: Add unplug cb for ich9.Tang Chen
2015-02-26acpi, ich9: Add hotunplug request cb for ich9.Tang Chen
2015-01-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-26ich9: add disable_s3, disable_s4, s4_val propertiesAmit Shah
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-11-02cpu-hotplug: rename function for better readabilityGu Zheng
2014-11-02acpi:ich9: convert cpu hotplug to hotplug_handler APIGu Zheng
2014-07-11fix typo: apci -> acpiHu Tao