Re: [PATCH 1/2] tests/migration: Make precopy fast

2023-04-21 Thread Daniel P . Berrangé
On Tue, Apr 18, 2023 at 02:20:27PM +0200, Juan Quintela wrote: > Daniel P. Berrangé wrote: > > On Wed, Apr 12, 2023 at 04:20:00PM +0200, Juan Quintela wrote: > >> Otherwise we do the 1st migration iteration at a too slow speed. > >> > >> Signed-off-by: Juan Quintela > >> --- > >> tests/qtest/mi

Re: [PATCH 1/2] tests/migration: Make precopy fast

2023-04-18 Thread Juan Quintela
Daniel P. Berrangé wrote: > On Wed, Apr 12, 2023 at 04:20:00PM +0200, Juan Quintela wrote: >> Otherwise we do the 1st migration iteration at a too slow speed. >> >> Signed-off-by: Juan Quintela >> --- >> tests/qtest/migration-test.c | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >>

Re: [PATCH 1/2] tests/migration: Make precopy fast

2023-04-18 Thread Daniel P . Berrangé
On Wed, Apr 12, 2023 at 04:20:00PM +0200, Juan Quintela wrote: > Otherwise we do the 1st migration iteration at a too slow speed. > > Signed-off-by: Juan Quintela > --- > tests/qtest/migration-test.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/tests/qtest/migratio

[PATCH 1/2] tests/migration: Make precopy fast

2023-04-12 Thread Juan Quintela
Otherwise we do the 1st migration iteration at a too slow speed. Signed-off-by: Juan Quintela --- tests/qtest/migration-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 3b615b0da9..7b05b0b7dd 100644 ---