]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/migration: Use out-of-band execution for migrate-recover
authorJuraj Marcin <jmarcin@redhat.com>
Tue, 7 Jan 2025 16:31:54 +0000 (17:31 +0100)
committerFabiano Rosas <farosas@suse.de>
Fri, 17 Jan 2025 14:48:44 +0000 (11:48 -0300)
commit3dec966f2798ebee41fc82fe4d1036d907ec51a4
treebb66ea5dd955dd2dc33a239aaec3139865eccc0c
parent99baa5d921e7414c83444c379510c6aad5c023a7
tests/qtest/migration: Use out-of-band execution for migrate-recover

In real use cases, the migrate-recover command requires out-of-band
execution, because the thread processing normal commands is blocked by a
page fault in the guest memory. With this change, the tests will be
closer to real use cases and could help detect regressions and other
bugs in migration recovery.

Signed-off-by: Juraj Marcin <jmarcin@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/migration/framework.c
tests/qtest/migration/framework.h
tests/qtest/migration/migration-qmp.c