summaryrefslogtreecommitdiffstats
path: root/hw/acpi/cpu_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* hw/acpi: Fix legacy CPU plug error API violationsMarkus Armbruster2019-12-181-7/+3Star
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-5/+5
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-241-3/+1Star
* pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov2016-10-241-1/+6
* acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254Igor Mammedov2016-10-241-4/+6
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-241-1/+20
* pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-071-3/+2Star
* pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov2016-06-071-10/+13
* pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov2016-06-071-3/+3
* pc: acpi: consolidate legacy CPU hotplug in one fileIgor Mammedov2016-06-071-0/+232
* pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov2016-06-071-4/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua2015-06-031-2/+1Star
* acpi/cpu-hotplug: introduce helper function to keep bit setting in one placeGu Zheng2014-11-021-9/+13
* cpu-hotplug: rename function for better readabilityGu Zheng2014-11-021-2/+2
* acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng2014-11-021-12/+2Star
* acpi/cpu: add cpu hotplug callback function to match hotplug_handler APIGu Zheng2014-11-021-0/+18
* acpi: Assert sts array limit on AcpiCpuHotplug_add()Eduardo Habkost2014-03-181-0/+1
* acpi: factor out common cpu hotplug code for PIIX4/Q35Igor Mammedov2014-01-261-0/+64