Message ID | 20190531134315.4109-15-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
Series | Add RX architecture | expand |
On 5/31/19 3:43 PM, Richard Henderson wrote: > Fixes check-qtest-rx: tests/machine-none-test. > > Cc: Thomas Huth <thuth@redhat.com> > Cc: Laurent Vivier <lvivier@redhat.com> > Cc: Paolo Bonzini <pbonzini@redhat.com> > Signed-off-by: Richard Henderson <richard.henderson@linaro.org> > --- > tests/machine-none-test.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c > index 4c6d470798..80df277357 100644 > --- a/tests/machine-none-test.c > +++ b/tests/machine-none-test.c > @@ -56,6 +56,7 @@ static struct arch2cpu cpus_map[] = { > { "hppa", "hppa" }, > { "riscv64", "rv64gcsu-v1.10.0" }, > { "riscv32", "rv32gcsu-v1.9.1" }, > + { "rx", "rx62n" }, > }; > > static const char *get_cpu_model_by_arch(const char *arch) > Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c index 4c6d470798..80df277357 100644 --- a/tests/machine-none-test.c +++ b/tests/machine-none-test.c @@ -56,6 +56,7 @@ static struct arch2cpu cpus_map[] = { { "hppa", "hppa" }, { "riscv64", "rv64gcsu-v1.10.0" }, { "riscv32", "rv32gcsu-v1.9.1" }, + { "rx", "rx62n" }, }; static const char *get_cpu_model_by_arch(const char *arch)
Fixes check-qtest-rx: tests/machine-none-test. Cc: Thomas Huth <thuth@redhat.com> Cc: Laurent Vivier <lvivier@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- tests/machine-none-test.c | 1 + 1 file changed, 1 insertion(+) -- 2.17.1