summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorYanan Wang2021-10-26 05:46:59 +0200
committerPhilippe Mathieu-Daudé2021-11-01 19:44:11 +0100
commit9e8e393bb795ff6c6963c47376369e90b1d40467 (patch)
tree8760e4b16229c6c7a73af0677b5d32bbc5728a1c /MAINTAINERS
parenthw/core/machine: Split out the smp parsing code (diff)
downloadqemu-9e8e393bb795ff6c6963c47376369e90b1d40467.tar.gz
qemu-9e8e393bb795ff6c6963c47376369e90b1d40467.tar.xz
qemu-9e8e393bb795ff6c6963c47376369e90b1d40467.zip
tests/unit: Add an unit test for smp parsing
Now that we have a generic parser smp_parse(), let's add an unit test for the code. All possible valid/invalid SMP configurations that the user can specify are covered. Signed-off-by: Yanan Wang <wangyanan55@huawei.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20211026034659.22040-3-wangyanan55@huawei.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <bfed7144-af86-7098-e7a6-731ff13c2cf7@huawei.com> [PMD: Squashed format string fixup from Yanan Wang] Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 80ec27d76a..310a9512ea 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1633,6 +1633,7 @@ F: include/hw/boards.h
F: include/hw/core/cpu.h
F: include/hw/cpu/cluster.h
F: include/sysemu/numa.h
+F: tests/unit/test-smp-parse.c
T: git https://gitlab.com/ehabkost/qemu.git machine-next
Xtensa Machines