qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 15/19] target/mips: Move cpu definitions, reset() and realize


From: Richard Henderson
Subject: Re: [PATCH 15/19] target/mips: Move cpu definitions, reset() and realize() to cpu.c
Date: Tue, 8 Dec 2020 16:27:06 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote:
> Nothing TCG specific there, move to common cpu code.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  target/mips/internal.h  |   4 -
>  target/mips/cpu.c       | 243 ++++++++++++++++++++++++++++++++++++++++
>  target/mips/translate.c | 240 ---------------------------------------
>  3 files changed, 243 insertions(+), 244 deletions(-)

I see translate_init.c.inc is handled later.

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

r~



reply via email to

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