Re: [PATCH V6 14/14] tests/qtest: background migration with suspend

2023-12-04 Thread Fabiano Rosas
Steve Sistare writes: > Add a test case to verify that the suspended state is handled correctly by > a background migration. The test suspends the src, migrates, then wakes > the dest. > > Signed-off-by: Steve Sistare Reviewed-by: Fabiano Rosas

[PATCH V6 14/14] tests/qtest: background migration with suspend

2023-11-30 Thread Steve Sistare
Add a test case to verify that the suspended state is handled correctly by a background migration. The test suspends the src, migrates, then wakes the dest. Signed-off-by: Steve Sistare --- tests/qtest/migration-test.c | 21 + 1 file changed, 21 insertions(+) diff --git