aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/ich9.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/acpi: Constify VMStateRichard Henderson1-6/+6
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov1-0/+6
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov1-8/+7
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow1-1/+1
2023-02-27hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow1-6/+2
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé1-1/+1
2022-12-21ich9: honour 'enable_tco' propertyDaniel P. Berrangé1-2/+4
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-3/+0
2021-11-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova1-0/+18
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha1-1/+1
2021-07-16hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova1-1/+1
2021-07-16hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova1-0/+70
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata1-1/+1
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-29x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov1-0/+12
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov1-1/+11
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-14/+9
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-87/+8
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-2/+2
2020-03-09hw/acpi: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé1-0/+1
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé1-1/+0
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang1-2/+13
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth1-1/+0
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov1-1/+2
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong1-2/+6
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov1-0/+33
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/+7
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov1-3/+6
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov1-1/+22
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov1-13/+20
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov1-3/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost1-5/+3
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-21/+14
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-7/+7
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-07-27hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek1-2/+1
2015-07-27hw/acpi/ich9: clear smi_en on resetLaszlo Ersek1-0/+1
2015-07-20ich9: fix skipped vmstate_memhp_state subsectionPaulo Alcantara1-3/+0
2015-07-07ich9: add TCO interface emulationPaulo Alcantara1-1/+56