summary refs log tree commit diff stats
path: root/tests/unit/test-smp-parse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/unit/test-smp-parse: Test "parameter=0" SMP configurationsZhao Liu2024-03-091-0/+92
* tests/unit/test-smp-parse: Test smp_props.has_clustersZhao Liu2024-03-091-6/+14
* tests/unit/test-smp-parse: Test the full 7-levels topology hierarchyZhao Liu2024-03-091-0/+143
* tests/unit/test-smp-parse: Test "drawers" and "books" combination caseZhao Liu2024-03-091-0/+103
* tests/unit/test-smp-parse: Test "drawers" parameter in -smpZhao Liu2024-03-091-0/+89
* tests/unit/test-smp-parse: Test "books" parameter in -smpZhao Liu2024-03-091-0/+105
* tests/unit/test-smp-parse: Make test cases aware of the book/drawerZhao Liu2024-03-091-3/+22
* tests/unit/test-smp-parse: Bump max_cpus to 4096Zhao Liu2024-03-091-7/+7
* tests/unit/test-smp-parse: Use CPU number macros in invalid topology caseZhao Liu2024-03-091-8/+14
* tests/unit/test-smp-parse: Drop the unsupported "dies=1" caseZhao Liu2024-03-091-5/+0
* tests: test-smp-parse: Add the test for cores/threads per socket helpersZhao Liu2023-11-071-13/+54
* tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_initYanan Wang2021-12-311-14/+2
* tests/unit/test-smp-parse: No need to explicitly zero MachineClass membersYanan Wang2021-12-311-10/+0
* tests/unit/test-smp-parse: Add testcases for CPU clustersYanan Wang2021-12-311-7/+123
* hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-311-4/+4
* tests/unit/test-smp-parse: Constify some pointer/structPhilippe Mathieu-Daudé2021-12-311-6/+6
* tests/unit/test-smp-parse: Simplify pointer to compound literal usePhilippe Mathieu-Daudé2021-12-311-33/+33
* tests/unit/test-smp-parse: Add 'smp-generic-valid' machine typePhilippe Mathieu-Daudé2021-12-311-4/+15
* tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine typePhilippe Mathieu-Daudé2021-12-311-9/+16
* tests/unit/test-smp-parse: Add 'smp-with-dies' machine typePhilippe Mathieu-Daudé2021-12-311-7/+15
* tests/unit/test-smp-parse: Split the 'generic' test in valid / invalidPhilippe Mathieu-Daudé2021-12-311-3/+18
* tests/unit/test-smp-parse: Pass machine type as argument to testsPhilippe Mathieu-Daudé2021-12-311-6/+12
* tests/unit/test-smp-parse: Explicit MachineClass namePhilippe Mathieu-Daudé2021-11-151-2/+6
* tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()Philippe Mathieu-Daudé2021-11-151-16/+18
* tests/unit/test-smp-parse: Restore MachineClass fields after modifyingPhilippe Mathieu-Daudé2021-11-151-1/+9
* tests/unit: Add an unit test for smp parsingYanan Wang2021-11-011-0/+594