Re: [PATCH v3 35/41] target/riscv: Make riscv_cpu_tlb_fill sysemu only

2021-10-02 Thread Philippe Mathieu-Daudé
On 10/1/21 19:11, Richard Henderson wrote: > The fallback code in raise_sigsegv is sufficient for riscv. > Remove the code from cpu_loop that raised SIGSEGV. > > Cc: qemu-ri...@nongnu.org > Signed-off-by: Richard Henderson > --- > linux-user/riscv/cpu_loop.c | 7 --- > target/riscv/cpu.c

[PATCH v3 35/41] target/riscv: Make riscv_cpu_tlb_fill sysemu only

2021-10-01 Thread Richard Henderson
The fallback code in raise_sigsegv is sufficient for riscv. Remove the code from cpu_loop that raised SIGSEGV. Cc: qemu-ri...@nongnu.org Signed-off-by: Richard Henderson --- linux-user/riscv/cpu_loop.c | 7 --- target/riscv/cpu.c | 2 +- target/riscv/cpu_helper.c | 21 +-