Don't use the 'max' cpu for migration testing of aarch64. That cpu does not provide a stable set of features and is expected to break migration from time to time.
Signed-off-by: Fabiano Rosas <faro...@suse.de> --- tests/qtest/migration/framework.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/migration/framework.c b/tests/qtest/migration/framework.c index f09365d122..6d980b6b51 100644 --- a/tests/qtest/migration/framework.c +++ b/tests/qtest/migration/framework.c @@ -317,7 +317,7 @@ int migrate_start(QTestState **from, QTestState **to, const char *uri, memory_size = "150M"; machine_alias = "virt"; machine_opts = "gic-version=3"; - arch_opts = g_strdup_printf("-cpu max -kernel %s", bootpath); + arch_opts = g_strdup_printf("-cpu neoverse-n1 -kernel %s", bootpath); start_address = ARM_TEST_MEM_START; end_address = ARM_TEST_MEM_END; } else { -- 2.35.3