Fabiano Rosas <faro...@suse.de> wrote: > The migration tests are being enhanced to test migration between > different QEMU versions. A requirement of migration is that the > machine type between source and destination matches, including the > version. > > We cannot hardcode machine types in the tests because those change > with each release. QEMU provides a machine type alias that has a fixed > name, but points to the latest machine type at each release. > > Add a helper to resolve the alias into the exact machine > type. E.g. "-machine pc" resolves to "pc-i440fx-8.2" > > Signed-off-by: Fabiano Rosas <faro...@suse.de>
Reviewed-by: Juan Quintela <quint...@redhat.com>