qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v17 14/24] tests: Add rx to machine-none-test.c


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v17 14/24] tests: Add rx to machine-none-test.c
Date: Fri, 7 Jun 2019 16:05:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 6/7/19 11:11 AM, Yoshinori Sato wrote:
> From: Richard Henderson <address@hidden>
> 
> Fixes check-qtest-rx: tests/machine-none-test.
> 
> Signed-off-by: Richard Henderson <address@hidden>

Again:
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

> Signed-off-by: Yoshinori Sato <address@hidden>
> ---
>  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)
> 



reply via email to

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