summaryrefslogtreecommitdiff
path: root/hw/acpi/cpu.c
AgeCommit message (Expand)Author
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov
2020-04-30Typo: Correct the name of CPU hotplug memory regionKeqian Zhu
2020-01-22acpi: cpuhp: add CPHP_GET_CPU_ID_CMD commandIgor Mammedov
2020-01-22acpi: cpuhp: introduce 'Command data 2' fieldIgor Mammedov
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-01-30typo: apci->acpiDr. David Alan Gilbert
2018-09-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-09-07pc: make sure that guest isn't able to unplug the first cpuIgor Mammedov
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2016-10-24pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov
2016-10-10acpi: provide _PXM method for CPU devices if QEMU is started numa enabledIgor Mammedov
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: implement hot-add parts of CPU hotplug interfaceIgor Mammedov
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov