Re: [PATCH v3 09/11] tests/migration-tests: migration_event_wait()

2024-06-20 Thread Fabiano Rosas
Peter Xu writes: > Introduce a small helper to wait for a migration event, generalized from > the incoming migration path. Make the helper easier to use by allowing it > to keep waiting until the expected event is received. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas

[PATCH v3 09/11] tests/migration-tests: migration_event_wait()

2024-06-19 Thread Peter Xu
Introduce a small helper to wait for a migration event, generalized from the incoming migration path. Make the helper easier to use by allowing it to keep waiting until the expected event is received. Signed-off-by: Peter Xu --- tests/qtest/migration-helpers.h | 2 ++ tests/qtest/migration-hel