Re: [PATCH v4 7/7] target/arm: Honor the HCR_EL2.TTLB bit
On Tue, 25 Feb 2020 at 18:08, Richard Henderson wrote: > > This bit traps EL1 access to tlb maintenance insns. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v4 7/7] target/arm: Honor the HCR_EL2.TTLB bit
This bit traps EL1 access to tlb maintenance insns. Signed-off-by: Richard Henderson --- target/arm/helper.c | 85 + 1 file changed, 55 insertions(+), 30 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index ca67d6a770..20688d1a18