Re: [Qemu-devel] [PATCH v2 16/27] target/arm: Introduce arm_stage1_mmu_idx

2019-01-04 Thread Peter Maydell
On Fri, 14 Dec 2018 at 05:24, Richard Henderson wrote: > > While we could expose stage_1_mmu_idx, the combination is > probably going to be more useful. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v2 16/27] target/arm: Introduce arm_stage1_mmu_idx

2018-12-13 Thread Richard Henderson
While we could expose stage_1_mmu_idx, the combination is probably going to be more useful. Signed-off-by: Richard Henderson --- target/arm/internals.h | 15 +++ target/arm/helper.c| 7 +++ 2 files changed, 22 insertions(+) diff --git a/target/arm/internals.h