Re: [PATCH 2/6] tests/qtest: migration: Expose migrate_set_capability
On 28/06/2023 18.55, Fabiano Rosas wrote: The following patch will make use of this function from within migrate-helpers.c, so move it there. Signed-off-by: Fabiano Rosas Reviewed-by: Juan Quintela --- tests/qtest/migration-helpers.c | 11 +++ tests/qtest/migration-helpers.h | 3 ++
Re: [PATCH 2/6] tests/qtest: migration: Expose migrate_set_capability
Fabiano Rosas wrote: > The following patch will make use of this function from within > migrate-helpers.c, so move it there. > > Signed-off-by: Fabiano Rosas Reviewed-by: Juan Quintela