summary refs log tree commit diff stats
path: root/hw/core/machine-smp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386/cpu: add has_caches flag to check smp_cache configurationAlireza Sanaee2025-02-251-0/+2
* hw/core/machine: Reject thread level cacheZhao Liu2025-02-161-0/+7
* hw/core/machine-smp: Fix error message parameterZhao Liu2024-11-191-1/+1
* hw/core/machine-smp: Initialize caches_bitmap before readingZhao Liu2024-11-191-0/+1
* hw/core: Add a helper to check the cache topology levelZhao Liu2024-11-051-0/+48
* hw/core: Check smp cache topology support for machineZhao Liu2024-11-051-0/+41
* qapi/qom: Define cache enumeration and properties for machineZhao Liu2024-11-051-0/+37
* 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