Revisão | 8f6ec2719f02f4496d960ae60ccc5a8bc98404f3 (tree) |
---|---|
Hora | 2019-06-07 18:00:27 |
Autor | Richard Henderson <richard.henderson@lina...> |
Commiter | Yoshinori Sato |
tests: Add rx to machine-none-test.c
Fixes check-qtest-rx: tests/machine-none-test.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
@@ -56,6 +56,7 @@ static struct arch2cpu cpus_map[] = { | ||
56 | 56 | { "hppa", "hppa" }, |
57 | 57 | { "riscv64", "rv64gcsu-v1.10.0" }, |
58 | 58 | { "riscv32", "rv32gcsu-v1.9.1" }, |
59 | + { "rx", "rx62n" }, | |
59 | 60 | }; |
60 | 61 | |
61 | 62 | static const char *get_cpu_model_by_arch(const char *arch) |