On Tue, Aug 03, 2021 at 04:05:27PM +0800, Yanan Wang wrote: > Add a QEMU unit test for the parsing of given SMP configuration. > Since all the parsing logic is in generic function smp_parse(), > this test passes different SMP configurations to the function > and compare the parsing result with what is expected. > > In the test, all possible collections of the topology parameters > and the corresponding expected results are listed, including the > valid and invalid ones. > > The preference of sockets over cores and the preference of cores > over sockets, and the support of multi-dies are also considered. > > Signed-off-by: Yanan Wang <wangyana...@huawei.com> > --- > MAINTAINERS | 1 + > tests/unit/meson.build | 1 + > tests/unit/test-smp-parse.c | 892 ++++++++++++++++++++++++++++++++++++ > 3 files changed, 894 insertions(+) > create mode 100644 tests/unit/test-smp-parse.c >
Reviewed-by: Andrew Jones <drjo...@redhat.com>