aboutsummaryrefslogtreecommitdiffstats
path: root/hw/core/machine-smp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé2024-05-171-57/+27
* hw/core/machine: Support modules in -smpZhao Liu2024-04-251-6/+33
* hw/core/machine: Introduce the module as a CPU topology levelZhao Liu2024-04-251-1/+1
* hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()Zhao Liu2024-03-091-4/+4
* hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurationsZhao Liu2024-03-091-16/+47
* hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurationsZhao Liu2024-03-091-2/+3
* CPU topology: extend with s390 specificsPierre Morel2023-10-201-7/+41
* machine: Add helpers to get cores/threads per socketZhao Liu2023-07-101-0/+10
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+2
* hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang2023-01-081-0/+2
* hw/core/machine: Introduce CPU cluster topology supportYanan Wang2021-12-311-7/+19
* hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-311-2/+4
* hw/core/machine: Split out the smp parsing codeYanan Wang2021-11-011-0/+181