summaryrefslogtreecommitdiffstats
path: root/hw/acpi/ich9.c
Commit message (Expand)AuthorAgeFilesLines
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+1
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov2020-09-291-0/+12
* x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov2020-09-291-1/+11
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-14/+9Star
* qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-161-87/+8Star
* qom/object: enable setter for uint typesFelipe Franciosi2020-03-161-2/+2
* hw/acpi: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang2019-03-131-2/+13
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-1/+0Star
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-101-1/+2
* pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong2016-11-151-2/+6
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-241-0/+33
* acpi: cpuhp: add cpu._OST handlingIgor Mammedov2016-06-241-0/+3
* acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov2016-06-241-0/+7
* acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov2016-06-241-3/+6
* pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov2016-06-241-1/+22
* pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-071-13/+20
* pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov2016-06-071-3/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-251-5/+3Star
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-21/+14Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-7/+7
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek2015-07-271-2/+1Star
* hw/acpi/ich9: clear smi_en on resetLaszlo Ersek2015-07-271-0/+1
* ich9: fix skipped vmstate_memhp_state subsectionPaulo Alcantara2015-07-201-3/+0Star
* ich9: add TCO interface emulationPaulo Alcantara2015-07-071-1/+56
* ich9: add smm_enabled field and argumentsPaolo Bonzini2015-07-061-2/+3
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-6/+4Star
* ich9: implement SMI_LOCKGerd Hoffmann2015-06-051-1/+3
* hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek2015-06-041-1/+2
* acpi, mem-hotplug: add unplug cb for memory deviceTang Chen2015-04-271-2/+7
* acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen2015-04-271-2/+8
* acpi, ich9: Add unplug cb for ich9.Tang Chen2015-02-261-0/+7
* acpi, ich9: Add hotunplug request cb for ich9.Tang Chen2015-02-261-0/+7
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-271-1/+97
|\
| * 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-261-1/+1
|/
* cpu-hotplug: rename function for better readabilityGu Zheng2014-11-021-2/+2
* acpi:ich9: convert cpu hotplug to hotplug_handler APIGu Zheng2014-11-021-11/+2Star