The aarch64 KVM-only builds no longer have a default cpu. We need to
explicitly give one in the command line.

Signed-off-by: Fabiano Rosas <[email protected]>
---
 tests/qtest/numa-test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/qtest/numa-test.c b/tests/qtest/numa-test.c
index c5eb13f349..7a6cf17b2a 100644
--- a/tests/qtest/numa-test.c
+++ b/tests/qtest/numa-test.c
@@ -559,6 +559,7 @@ int main(int argc, char **argv)
 
     if (g_str_equal(arch, "aarch64")) {
         g_string_append(args, " -machine virt");
+        g_string_append(args, " -cpu cortex-a57");
     }
 
     g_test_init(&argc, &argv, NULL);
-- 
2.35.3


Reply via email to