[kvm-unit-tests 1/2] s390x: unittests: Reenable tcg for migration tests
Janosch Frank <[email protected]> Tue, 4 Aug 2026 14:16:28 +0000
| Newsgroups | org.kernel.vger.kvm,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
The TCG fixes for this issue have been in QEMU for quite a while. It's time to reenable these tests. QEMU fix discussion: https://lore.kernel.org/qemu-devel/[email protected]/ Signed-off-by: Janosch Frank <[email protected]> --- s390x/unittests.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg index 8c39d4f1..64bc998d 100644 --- a/s390x/unittests.cfg +++ b/s390x/unittests.cfg @@ -15,19 +15,14 @@ test_args = 'test 123' [selftest-migration] file = selftest-migration.elf groups = selftest migration -# TODO: Remove accel=kvm once the following TCG migration fix has been merged: -# https://lore.kernel.org/qemu-devel/[email protected]/ -accel = kvm [selftest-migration-skip] file = selftest-migration.elf groups = selftest migration test_args = "skip" -# This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream [migration-memory] file = memory-verify.elf -accel = kvm groups = migration [intercept] -- 2.53.0