mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
tests/qtest/migration: Split postcopy tests
Split the next group of tests from migration-test.c, the postcopy tests. This is another well-defined group of tests and postcopy is a unique enough feature that it deserves it's own file. Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
932f74f3fe
commit
5e87cf322f
4 changed files with 109 additions and 77 deletions
|
@ -221,5 +221,6 @@ void migration_test_add_tls(MigrationTestEnv *env);
|
|||
static inline void migration_test_add_tls(MigrationTestEnv *env) {};
|
||||
#endif
|
||||
void migration_test_add_compression(MigrationTestEnv *env);
|
||||
void migration_test_add_postcopy(MigrationTestEnv *env);
|
||||
|
||||
#endif /* TEST_FRAMEWORK_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue