On 18/10/2023 21.27, Fabiano Rosas wrote:
When using two different QEMU binaries for migration testing, we'll need to find what is the machine version that will work with both binaries. Add a helper for that.Reviewed-by: Juan Quintela <quint...@redhat.com> Signed-off-by: Fabiano Rosas <faro...@suse.de> --- tests/qtest/migration-helpers.c | 26 ++++++++++++++++++++++++++ tests/qtest/migration-helpers.h | 2 ++ 2 files changed, 28 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>