]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/migration-tests: Drop most WIN32 ifdefs for postcopy failure tests
authorPeter Xu <peterx@redhat.com>
Wed, 19 Jun 2024 22:30:42 +0000 (18:30 -0400)
committerFabiano Rosas <farosas@suse.de>
Fri, 21 Jun 2024 12:48:00 +0000 (09:48 -0300)
commit0fd397359540a6622c5f2164e76fc2cefd811f2a
tree1bd56498945f9ee35d08b3b18f4c502c71c6c71d
parent21e89f7ad526f0dddfc722e615bfb0fcdb705c87
tests/migration-tests: Drop most WIN32 ifdefs for postcopy failure tests

Most of them are not needed, we can stick with one ifdef inside
postcopy_recover_fail() so as to cover the scm right tricks only.
The tests won't run on windows anyway due to has_uffd always false.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/migration-test.c