mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tests/qtest/migration: Split file tests
Split the file tests from migration-test.c. These are being moved to their own file due to being special enough compared with the regular stream migration. There is also the entire mapped-ram feature which depends on file migration. Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
5e87cf322f
commit
d8057eb305
4 changed files with 341 additions and 310 deletions
|
@ -222,5 +222,6 @@ static inline void migration_test_add_tls(MigrationTestEnv *env) {};
|
|||
#endif
|
||||
void migration_test_add_compression(MigrationTestEnv *env);
|
||||
void migration_test_add_postcopy(MigrationTestEnv *env);
|
||||
void migration_test_add_file(MigrationTestEnv *env);
|
||||
|
||||
#endif /* TEST_FRAMEWORK_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue