index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
test-smp-parse.c
Age
Commit message (
Expand
)
Author
2024-07-03
tests: add testing of parameter=1 for SMP topology
Daniel P. Berrangé
2024-07-03
hw/core: allow parameter=1 for SMP topology on any machine
Daniel P. Berrangé
2024-03-09
tests/unit/test-smp-parse: Test "parameter=0" SMP configurations
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Test smp_props.has_clusters
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Test the full 7-levels topology hierarchy
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Test "drawers" and "books" combination case
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Test "drawers" parameter in -smp
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Test "books" parameter in -smp
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Make test cases aware of the book/drawer
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Bump max_cpus to 4096
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Use CPU number macros in invalid topology case
Zhao Liu
2024-03-09
tests/unit/test-smp-parse: Drop the unsupported "dies=1" case
Zhao Liu
2023-11-07
tests: test-smp-parse: Add the test for cores/threads per socket helpers
Zhao Liu
2021-12-31
tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_init
Yanan Wang
2021-12-31
tests/unit/test-smp-parse: No need to explicitly zero MachineClass members
Yanan Wang
2021-12-31
tests/unit/test-smp-parse: Add testcases for CPU clusters
Yanan Wang
2021-12-31
hw/core: Rename smp_parse() -> machine_parse_smp_config()
Philippe Mathieu-Daudé
2021-12-31
tests/unit/test-smp-parse: Constify some pointer/struct
Philippe Mathieu-Daudé
2021-12-31
tests/unit/test-smp-parse: Simplify pointer to compound literal use
Philippe Mathieu-Daudé
2021-12-31
tests/unit/test-smp-parse: Add 'smp-generic-valid' machine type
Philippe Mathieu-Daudé
2021-12-31
tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine type
Philippe Mathieu-Daudé
2021-12-31
tests/unit/test-smp-parse: Add 'smp-with-dies' machine type
Philippe Mathieu-Daudé
2021-12-31
tests/unit/test-smp-parse: Split the 'generic' test in valid / invalid
Philippe Mathieu-Daudé
2021-12-31
tests/unit/test-smp-parse: Pass machine type as argument to tests
Philippe Mathieu-Daudé
2021-11-15
tests/unit/test-smp-parse: Explicit MachineClass name
Philippe Mathieu-Daudé
2021-11-15
tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
Philippe Mathieu-Daudé
2021-11-15
tests/unit/test-smp-parse: Restore MachineClass fields after modifying
Philippe Mathieu-Daudé
2021-11-01
tests/unit: Add an unit test for smp parsing
Yanan Wang