qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6 26/66] target/hppa: Make hppa_cpu_tlb_fill sysemu only


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 26/66] target/hppa: Make hppa_cpu_tlb_fill sysemu only
Date: Sun, 31 Oct 2021 11:13:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

On 10/30/21 19:15, Richard Henderson wrote:
> The fallback code in cpu_loop_exit_sigsegv is sufficient
> for hppa linux-user.
> 
> Remove the code from cpu_loop that raised SIGSEGV.
> This makes all of the code in mem_helper.c sysemu only,
> so remove the ifdefs and move the file to hppa_softmmu_ss.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  target/hppa/cpu.h          |  2 +-
>  linux-user/hppa/cpu_loop.c | 16 ----------------
>  target/hppa/cpu.c          |  2 +-
>  target/hppa/mem_helper.c   | 15 ---------------
>  target/hppa/meson.build    |  6 ++++--
>  5 files changed, 6 insertions(+), 35 deletions(-)

To the best of my knowledge:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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