Bin Meng <[email protected]> wrote: > From: Xuzhou Cheng <[email protected]> > > Make sure QEMU process "to" exited before launching another target > for migration in the test_multifd_tcp_cancel case. > > Signed-off-by: Xuzhou Cheng <[email protected]> > Signed-off-by: Bin Meng <[email protected]> > > --- > > Changes in v6: > - change to use qtest_wait_qemu() API > > Changes in v3: > - Add a usleep(1) in the busy wait loop > > Changes in v2: > - Change to a busy wait after migration is canceled > > tests/qtest/migration-test.c | 4 ++++ > 1 file changed, 4 insertions(+)
Reviewed-by: Juan Quintela <[email protected]>
