Re: [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope

2023-02-01 Thread Juan Quintela
Thomas Huth wrote: > On 30/01/2023 05.44, Juan Quintela wrote: >> Philippe Mathieu-Daudé wrote: >>> Reviewed-by: Richard Henderson >>> Signed-off-by: Philippe Mathieu-Daudé >> Reviewed-by: Juan Quintela >> I am assuming that you will pull this patches through tests tree, >> not >> migration tr

Re: [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope

2023-01-31 Thread Thomas Huth
On 30/01/2023 05.44, Juan Quintela wrote: Philippe Mathieu-Daudé wrote: Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Juan Quintela I am assuming that you will pull this patches through tests tree, not migration tree. Otherwise, let me know. I had so

Re: [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope

2023-01-29 Thread Juan Quintela
Philippe Mathieu-Daudé wrote: > Reviewed-by: Richard Henderson > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Juan Quintela I am assuming that you will pull this patches through tests tree, not migration tree. Otherwise, let me know.

[PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope

2023-01-20 Thread Philippe Mathieu-Daudé
Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/migration-test.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 5271ddb868..f96c73f552 10064