Lines Matching full:migration
2 * QTest testcases for migration to file
15 #include "migration/framework.h"
16 #include "migration/migration-qmp.h"
17 #include "migration/migration-util.h"
212 * Remove the fdsets after migration, otherwise a second migration in migrate_hook_end_multifd_mapped_ram_fdset()
219 * Make sure no fdsets are left after migration, otherwise a in migrate_hook_end_multifd_mapped_ram_fdset()
220 * second migration would fail due fdset reuse. in migrate_hook_end_multifd_mapped_ram_fdset()
299 migration_test_add("/migration/precopy/file", in migration_test_add_file_smoke()
302 migration_test_add("/migration/multifd/file/mapped-ram/dio", in migration_test_add_file_smoke()
316 migration_test_add("/migration/precopy/file/offset", in migration_test_add_file()
319 migration_test_add("/migration/precopy/file/offset/fdset", in migration_test_add_file()
322 migration_test_add("/migration/precopy/file/offset/bad", in migration_test_add_file()
325 migration_test_add("/migration/precopy/file/mapped-ram", in migration_test_add_file()
327 migration_test_add("/migration/precopy/file/mapped-ram/live", in migration_test_add_file()
330 migration_test_add("/migration/multifd/file/mapped-ram", in migration_test_add_file()
332 migration_test_add("/migration/multifd/file/mapped-ram/live", in migration_test_add_file()
336 migration_test_add("/migration/multifd/file/mapped-ram/fdset", in migration_test_add_file()
338 migration_test_add("/migration/multifd/file/mapped-ram/fdset/dio", in migration_test_add_file()