Re: [PATCH v6 11/25] target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT

2023-04-10 Thread Alistair Francis
On Sat, Mar 25, 2023 at 9:57 PM Richard Henderson wrote: > > We will enable more uses of this bit in the future. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/internals.h | 6 -- > target/riscv/cpu_helper.c | 2 +- >

[PATCH v6 11/25] target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT

2023-03-25 Thread Richard Henderson
We will enable more uses of this bit in the future. Signed-off-by: Richard Henderson --- target/riscv/internals.h | 6 -- target/riscv/cpu_helper.c | 2 +- target/riscv/op_helper.c | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/target/riscv/internals.h