Re: [PATCH v5 04/14] tests/unit/test-smp-parse: Add testcases for CPU clusters

2021-12-28 Thread Philippe Mathieu-Daudé
On 12/28/21 10:22, Yanan Wang wrote: > Add testcases for parsing of the four-level CPU topology hierarchy, > ie sockets/clusters/cores/threads, which will be supported on ARM > virt machines. > > Signed-off-by: Yanan Wang > --- > tests/unit/test-smp-parse.c | 130

[PATCH v5 04/14] tests/unit/test-smp-parse: Add testcases for CPU clusters

2021-12-28 Thread Yanan Wang via
Add testcases for parsing of the four-level CPU topology hierarchy, ie sockets/clusters/cores/threads, which will be supported on ARM virt machines. Signed-off-by: Yanan Wang --- tests/unit/test-smp-parse.c | 130 ++-- 1 file changed, 123 insertions(+), 7 deletion