aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-2/+0
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov1-15/+2
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-5/+2
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov1-2/+12
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov1-1/+11
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé1-1/+1
2020-09-29x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov1-27/+138
2020-04-30Typo: Correct the name of CPU hotplug memory regionKeqian Zhu1-1/+1
2020-01-22acpi: cpuhp: add CPHP_GET_CPU_ID_CMD commandIgor Mammedov1-0/+7
2020-01-22acpi: cpuhp: introduce 'Command data 2' fieldIgor Mammedov1-0/+11
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-0/+1
2019-01-30typo: apci->acpiDr. David Alan Gilbert1-1/+1
2018-09-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+6
2018-09-07pc: make sure that guest isn't able to unplug the first cpuIgor Mammedov1-4/+6
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov1-4/+3
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov1-1/+1
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov1-4/+2
2016-10-24pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov1-0/+5
2016-10-10acpi: provide _PXM method for CPU devices if QEMU is started numa enabledIgor Mammedov1-0/+12
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov1-0/+9
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov1-0/+82
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov1-4/+86
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov1-1/+149
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov1-0/+240