Re: [PATCH v2 09/10] migration-test: Rename cmd_src/dst to arch_source/arch_target

2019-12-18 Thread Thomas Huth
On 18/12/2019 02.55, Juan Quintela wrote: > This explains better what they do and avoid confussino with > command_src/target. s/confussino/confusion/ Cheers, Thomas

[PATCH v2 09/10] migration-test: Rename cmd_src/dst to arch_source/arch_target

2019-12-17 Thread Juan Quintela
This explains better what they do and avoid confussino with command_src/target. Signed-off-by: Juan Quintela --- tests/migration-test.c | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/tests/migration-test.c b/tests/migration-test.c i