qemu/tests/qtest/migration
Fabiano Rosas 06056ef1ff tests/qtest/migration: Re-enable postcopy tests
Postcopy tests have been inadvertently disabled since commit
124a3c58b8 ("tests/qtest/migration: Move ufd_version_check to
utils"). That commit moved the ufd_version_check() function to another
file but failed to make sense of the ifdefs and includes:

The <sys/syscall> include was incorrectly dropped. It is needed to
pull in <asm/unistd.h> for __NR_userfaultfd.

The <sys/ioctl.h> was moved under the wrong ifdef.

Fixes: 124a3c58b8 ("tests/qtest/migration: Move ufd_version_check to utils")
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Message-Id: <20241218192223.10551-2-farosas@suse.de>
2025-01-02 16:00:51 -03:00
..
aarch64 tests/migration: Disambiguate guestperf vs. a-b 2024-12-12 10:25:39 -03:00
i386 tests/migration: Disambiguate guestperf vs. a-b 2024-12-12 10:25:39 -03:00
ppc64 tests/migration: Disambiguate guestperf vs. a-b 2024-12-12 10:25:39 -03:00
s390x tests/migration: Disambiguate guestperf vs. a-b 2024-12-12 10:25:39 -03:00
bootfile.c tests/qtest/migration: Move common test code 2024-12-12 10:25:40 -03:00
bootfile.h tests/qtest/migration: Move common test code 2024-12-12 10:25:40 -03:00
compression-tests.c tests/qtest/migration: Fix compile errors when CONFIG_UADK is set 2025-01-02 16:00:49 -03:00
cpr-tests.c tests/qtest/migration: Split CPR tests 2024-12-12 10:25:41 -03:00
file-tests.c tests/qtest/migration: Split file tests 2024-12-12 10:25:41 -03:00
framework.c tests/migration: Drop arch_[source|target] 2025-01-02 16:00:51 -03:00
framework.h tests/qtest/migration: Split validation tests + misc 2024-12-12 10:25:42 -03:00
Makefile tests/migration: Disambiguate guestperf vs. a-b 2024-12-12 10:25:39 -03:00
migration-qmp.c tests/qtest/migration: Rename migration-helpers.c 2024-12-12 10:25:40 -03:00
migration-qmp.h tests/qtest/migration: Rename migration-helpers.c 2024-12-12 10:25:40 -03:00
migration-util.c tests/qtest/migration: Re-enable postcopy tests 2025-01-02 16:00:51 -03:00
migration-util.h tests/qtest/migration: Move kvm_dirty_ring_supported to utils 2024-12-12 10:25:40 -03:00
misc-tests.c tests/qtest/migration: Split validation tests + misc 2024-12-12 10:25:42 -03:00
postcopy-tests.c tests/qtest/migration: Split postcopy tests 2024-12-12 10:25:41 -03:00
precopy-tests.c tests/qtest/migration: Do proper cleanup in the dirty_limit test 2025-01-02 16:00:50 -03:00
tls-tests.c tests/qtest/migration: Split TLS tests from migration-test.c 2024-12-12 10:25:40 -03:00