Re: [PATCH] numa: Skip invalidation of cluster and NUMA node boundary for qtest

2024-01-11 Thread Peter Maydell
On Fri, 21 Jul 2023 at 12:29, Peter Maydell wrote: > > On Fri, 21 Jul 2023 at 11:44, Gavin Shan wrote: > > > > There are warning messages printed from tests/qtest/numa-test.c, > > to complain the CPU cluster and NUMA node boundary is broken. Since > > the broken boundary is expected, we don't wan

Re: [PATCH] numa: Skip invalidation of cluster and NUMA node boundary for qtest

2023-07-21 Thread Peter Maydell
On Fri, 21 Jul 2023 at 11:44, Gavin Shan wrote: > > There are warning messages printed from tests/qtest/numa-test.c, > to complain the CPU cluster and NUMA node boundary is broken. Since > the broken boundary is expected, we don't want to see the warning > messages. > > # cd /home/gavin/sandbox/

[PATCH] numa: Skip invalidation of cluster and NUMA node boundary for qtest

2023-07-21 Thread Gavin Shan
There are warning messages printed from tests/qtest/numa-test.c, to complain the CPU cluster and NUMA node boundary is broken. Since the broken boundary is expected, we don't want to see the warning messages. # cd /home/gavin/sandbox/qemu.main/build # MALLOC_PERTURB_=255 QTEST_QEMU_BINARY=./qe