]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/migration: Split postcopy tests
authorFabiano Rosas <farosas@suse.de>
Wed, 27 Nov 2024 18:28:57 +0000 (15:28 -0300)
committerFabiano Rosas <farosas@suse.de>
Thu, 12 Dec 2024 13:25:41 +0000 (10:25 -0300)
commit5e87cf322f98e4b791fdcbe1d35eafd14036dba9
treeda93d02182115643490b18887b6989615f2591ed
parent932f74f3fe6ef6b17a642f91bed1ac76350e363c
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>
tests/qtest/meson.build
tests/qtest/migration-test.c
tests/qtest/migration/framework.h
tests/qtest/migration/postcopy-tests.c [new file with mode: 0644]