qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL v2 3/7] fixup! tests: add machine 'none' with -cpu te


From: Igor Mammedov
Subject: [Qemu-devel] [PULL v2 3/7] fixup! tests: add machine 'none' with -cpu test
Date: Mon, 19 Mar 2018 16:36:28 +0100

Fixup test to account for 2 new targets that were merged
since this test was written.

Signed-off-by: Igor Mammedov <address@hidden>
---
 tests/machine-none-test.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c
index 596ad01..efdd4be 100644
--- a/tests/machine-none-test.c
+++ b/tests/machine-none-test.c
@@ -55,6 +55,8 @@ static struct arch2cpu cpus_map[] = {
     { "xtensa", "dc233c" },
     { "xtensaeb", "fsf" },
     { "hppa", "hppa" },
+    { "riscv64", "rv64gcsu-v1.10.0" },
+    { "riscv32", "rv32gcsu-v1.9.1" },
 };
 
 static const char *get_cpu_model_by_arch(const char *arch)
-- 
2.7.4




reply via email to

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