Re: [PATCH v4 2/7] target/arm: Honor the HCR_EL2.{TVM,TRVM} bits

2020-02-28 Thread Peter Maydell
On Tue, 25 Feb 2020 at 18:08, Richard Henderson wrote: > > These bits trap EL1 access to various virtual memory controls. > > Buglink: https://bugs.launchpad.net/bugs/1855072 > Signed-off-by: Richard Henderson > --- > v2: Include TTBCR. > v4: Include not_v8_cp_reginfo, lpae_cp_reginfo, CONTEXTIDR

[PATCH v4 2/7] target/arm: Honor the HCR_EL2.{TVM,TRVM} bits

2020-02-25 Thread Richard Henderson
These bits trap EL1 access to various virtual memory controls. Buglink: https://bugs.launchpad.net/bugs/1855072 Signed-off-by: Richard Henderson --- v2: Include TTBCR. v4: Include not_v8_cp_reginfo, lpae_cp_reginfo, CONTEXTIDR_S; exclude not_v7_cp_reginfo (pmm). --- target/arm/helper.c | 82