Re: [PATCH 10/42] migration-test: dirtylimit checks for x86_64 arch before

2023-06-20 Thread Peter Xu
On Fri, Jun 09, 2023 at 12:49:11AM +0200, Juan Quintela wrote: > So no need to assert we are in x86_64. > Once there, refactor the function to remove useless variables. > > Signed-off-by: Juan Quintela Reviewed-by: Peter Xu -- Peter Xu

[PATCH 10/42] migration-test: dirtylimit checks for x86_64 arch before

2023-06-08 Thread Juan Quintela
So no need to assert we are in x86_64. Once there, refactor the function to remove useless variables. Signed-off-by: Juan Quintela --- tests/qtest/migration-test.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c