Re: [PATCH 41/51] tests/qtest: migration-test: Kill "to" after migration is canceled

2022-09-02 Thread Bin Meng
On Thu, Sep 1, 2022 at 7:35 PM Marc-André Lureau wrote: > > Hi > > On Wed, Aug 24, 2022 at 10:56 PM Dr. David Alan Gilbert > wrote: >> >> * Bin Meng (bmeng...@gmail.com) wrote: >> > From: Xuzhou Cheng >> > >> > Make sure QEMU process "to" is killed before launching another target >> > for

Re: [PATCH 41/51] tests/qtest: migration-test: Kill "to" after migration is canceled

2022-09-01 Thread Marc-André Lureau
Hi On Wed, Aug 24, 2022 at 10:56 PM Dr. David Alan Gilbert wrote: > * Bin Meng (bmeng...@gmail.com) wrote: > > From: Xuzhou Cheng > > > > Make sure QEMU process "to" is killed before launching another target > > for migration in the test_multifd_tcp_cancel case. > > > > Signed-off-by: Xuzhou

Re: [PATCH 41/51] tests/qtest: migration-test: Kill "to" after migration is canceled

2022-08-24 Thread Dr. David Alan Gilbert
* Bin Meng (bmeng...@gmail.com) wrote: > From: Xuzhou Cheng > > Make sure QEMU process "to" is killed before launching another target > for migration in the test_multifd_tcp_cancel case. > > Signed-off-by: Xuzhou Cheng > Signed-off-by: Bin Meng > --- > > tests/qtest/migration-test.c | 4

[PATCH 41/51] tests/qtest: migration-test: Kill "to" after migration is canceled

2022-08-24 Thread Bin Meng
From: Xuzhou Cheng Make sure QEMU process "to" is killed before launching another target for migration in the test_multifd_tcp_cancel case. Signed-off-by: Xuzhou Cheng Signed-off-by: Bin Meng --- tests/qtest/migration-test.c | 4 1 file changed, 4 insertions(+) diff --git