aboutsummaryrefslogtreecommitdiff
path: root/hw/core/machine-smp.c
AgeCommit message (Expand)AuthorFilesLines
11 dayshw/core: Add a helper to check the cache topology levelZhao Liu1-0/+48
11 dayshw/core: Check smp cache topology support for machineZhao Liu1-0/+41
11 daysqapi/qom: Define cache enumeration and properties for machineZhao Liu1-0/+37
2024-05-17hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé1-57/+27
2024-04-25hw/core/machine: Support modules in -smpZhao Liu1-6/+33
2024-04-25hw/core/machine: Introduce the module as a CPU topology levelZhao Liu1-1/+1
2024-03-09hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()Zhao Liu1-4/+4
2024-03-09hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurationsZhao Liu1-16/+47
2024-03-09hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurationsZhao Liu1-2/+3
2023-10-20CPU topology: extend with s390 specificsPierre Morel1-7/+41
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu1-0/+10
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+2
2023-01-08hw/acpi/aml-build: Only generate cluster node in PPTT when specifiedYicong Yang1-0/+2
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang1-7/+19
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé1-2/+4
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang1-0/+181