Re: [PATCH v3 3/4] tests/qtest/migration-test: Enable on ppc64 TCG

2024-05-31 Thread Prasad Pandit
On Thu, 30 May 2024 at 13:17, Nicholas Piggin wrote: > diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c > /* > - * On ppc64, the test only works with kvm-hv, but not with kvm-pr and TCG > - * is touchy due to race conditions on dirty bits (especially on PPC

[PATCH v3 3/4] tests/qtest/migration-test: Enable on ppc64 TCG

2024-05-30 Thread Nicholas Piggin
ppc64 with TCG seems to no longer be failing this test, perhaps since commit 03bfc2188f061 ("physmem: Fix migration dirty bitmap coherency with TCG memory access") which is not ppc specific but was seen to hit ppc64 quite easily. Let's enable it again. The s390x problem has been identified so