summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlistair Francis2020-05-06 22:03:25 +0200
committerAlistair Francis2020-06-03 18:11:51 +0200
commit65a117da6ec5f0226952368d544cfb5c2a1dcead (patch)
tree9a6fd37ddefdc9219fd434ea6395523de98471ca /tests
parenthw/riscv: spike: Remove deprecated ISA specific machines (diff)
downloadqemu-65a117da6ec5f0226952368d544cfb5c2a1dcead.tar.gz
qemu-65a117da6ec5f0226952368d544cfb5c2a1dcead.tar.xz
qemu-65a117da6ec5f0226952368d544cfb5c2a1dcead.zip
target/riscv: Remove the deprecated CPUs
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/machine-none-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qtest/machine-none-test.c b/tests/qtest/machine-none-test.c
index 8bb54a6360..10d8ec26a9 100644
--- a/tests/qtest/machine-none-test.c
+++ b/tests/qtest/machine-none-test.c
@@ -54,8 +54,8 @@ static struct arch2cpu cpus_map[] = {
{ "xtensa", "dc233c" },
{ "xtensaeb", "fsf" },
{ "hppa", "hppa" },
- { "riscv64", "rv64gcsu-v1.10.0" },
- { "riscv32", "rv32gcsu-v1.9.1" },
+ { "riscv64", "rv64" },
+ { "riscv32", "rv32" },
{ "rx", "rx62n" },
};