Re: [Qemu-devel] [PATCH for-4.2 18/24] target/arm: Update arm_sctlr for VHE

2019-07-25 Thread Alex Bennée
Richard Henderson writes: > Use this function in many more places in order to select > the correct control. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/arm/cpu.h | 10 ++ > target/arm/arch_dump.c| 2 +- > target/arm/helper-a64.c | 2

[Qemu-devel] [PATCH for-4.2 18/24] target/arm: Update arm_sctlr for VHE

2019-07-19 Thread Richard Henderson
Use this function in many more places in order to select the correct control. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 10 ++ target/arm/arch_dump.c| 2 +- target/arm/helper-a64.c | 2 +- target/arm/helper.c | 10 +- target/arm/pauth_helper.c