qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH v4 10/15] tests/qtest: aarch64: Set -cpu for numa-test


From: Fabiano Rosas
Subject: [RFC PATCH v4 10/15] tests/qtest: aarch64: Set -cpu for numa-test
Date: Thu, 19 Jan 2023 10:54:19 -0300

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 <farosas@suse.de>
---
 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

[Prev in Thread] Current Thread [Next in Thread]