Re: [PATCH v6 14/25] target/riscv: Introduce mmuidx_2stage

2023-04-10 Thread Alistair Francis
On Sat, Mar 25, 2023 at 9:53 PM Richard Henderson wrote: > > Move and rename riscv_cpu_two_stage_lookup, to match > the other mmuidx_* functions. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.h| 1 - > target/riscv/internals.h

[PATCH v6 14/25] target/riscv: Introduce mmuidx_2stage

2023-03-25 Thread Richard Henderson
Move and rename riscv_cpu_two_stage_lookup, to match the other mmuidx_* functions. Signed-off-by: Richard Henderson --- target/riscv/cpu.h| 1 - target/riscv/internals.h | 5 + target/riscv/cpu_helper.c | 17 ++--- 3 files changed, 11 insertions(+), 12 deletions(-)