qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 24/41] target/cris: Make cris_cpu_tlb_fill sysemu only


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 24/41] target/cris: Make cris_cpu_tlb_fill sysemu only
Date: Sun, 19 Sep 2021 20:28:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 9/18/21 20:45, Richard Henderson wrote:
> The fallback code in raise_sigsegv is sufficient for cris-linux-user.
> Remove the code from cpu_loop that handled the unnamed 0xaa exception.
> 
> This makes all of the code in helper.c sysemu only, so remove the
> ifdefs and move the file to cris_softmmu_ss.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  target/cris/cpu.h          |  8 ++++----
>  linux-user/cris/cpu_loop.c | 10 ----------
>  target/cris/cpu.c          |  4 ++--
>  target/cris/helper.c       | 18 ------------------
>  target/cris/meson.build    |  7 +++++--
>  5 files changed, 11 insertions(+), 36 deletions(-)

Nice!

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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