qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 14/24] target/mips: Move msa_reset() to mod-msa_helper.c


From: Richard Henderson
Subject: Re: [PATCH v2 14/24] target/mips: Move msa_reset() to mod-msa_helper.c
Date: Tue, 15 Dec 2020 17:09:55 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 12/15/20 4:57 PM, Philippe Mathieu-Daudé wrote:
> translate_init.c.inc mostly contains CPU definitions.
> msa_reset() doesn't belong here, move it with the MSA
> helpers.
> 
> One comment style is updated to avoid checkpatch.pl warning.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  target/mips/internal.h       |  2 ++
>  target/mips/cpu.c            |  1 +
>  target/mips/mod-msa_helper.c | 36 ++++++++++++++++++++++++++++++++++++
>  target/mips/cpu-defs.c.inc   | 36 ------------------------------------
>  4 files changed, 39 insertions(+), 36 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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