Re: [PATCH 08/18] tests: merge code for UNIX and TCP migration pre-copy tests

2022-03-10 Thread Daniel P . Berrangé
On Mon, Mar 07, 2022 at 11:11:07AM +0100, Thomas Huth wrote: > On 02/03/2022 18.49, Daniel P. Berrangé wrote: > > The test cases differ only in the URI they provide to the migration > > commands, and the ability to set the dirty_ring mode. This code is > > trivially merged into a common helper. > >

Re: [PATCH 08/18] tests: merge code for UNIX and TCP migration pre-copy tests

2022-03-07 Thread Thomas Huth
On 02/03/2022 18.49, Daniel P. Berrangé wrote: The test cases differ only in the URI they provide to the migration commands, and the ability to set the dirty_ring mode. This code is trivially merged into a common helper. Signed-off-by: Daniel P. Berrangé --- roms/seabios | 2

Re: [PATCH 08/18] tests: merge code for UNIX and TCP migration pre-copy tests

2022-03-06 Thread Peter Xu
On Wed, Mar 02, 2022 at 05:49:22PM +, Daniel P. Berrangé wrote: > The test cases differ only in the URI they provide to the migration > commands, and the ability to set the dirty_ring mode. This code is > trivially merged into a common helper. > > Signed-off-by: Daniel P. Berrangé Reviewed-b

[PATCH 08/18] tests: merge code for UNIX and TCP migration pre-copy tests

2022-03-02 Thread Daniel P . Berrangé
The test cases differ only in the URI they provide to the migration commands, and the ability to set the dirty_ring mode. This code is trivially merged into a common helper. Signed-off-by: Daniel P. Berrangé --- roms/seabios | 2 +- tests/qtest/migration-test.c | 86