Re: [PATCH 14/18] tests: convert XBZRLE migration test to use common helper

2022-03-07 Thread Peter Xu
On Wed, Mar 02, 2022 at 05:49:28PM +, Daniel P. Berrangé wrote: > @@ -1255,6 +1259,7 @@ static void > test_precopy_unix_common(TestMigrateStartHook start_hook, > TestMigrateFinishHook finish_hook, > bool expect_fail, >

[PATCH 14/18] tests: convert XBZRLE migration test to use common helper

2022-03-02 Thread Daniel P . Berrangé
Most of the XBZRLE migration test logic is common with the rest of the precopy tests, so it can use the helper with just one small tweak. Signed-off-by: Daniel P. Berrangé --- tests/qtest/migration-test.c | 70 ++-- 1 file changed, 26 insertions(+), 44 deletions(-