target/arm: Honor the HCR_EL2.{TVM,TRVM} bits
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Mar 2020 16:09:17 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:17 +0000 (16:09 +0000)
commit84929218512c19ec9a296fbfd7b39219e0c592ae
treef39c62f3bd77150165b19cdf74b96b3c72fde920
parent4990e1d3c128580dd2fa0bbb1a42b6d63ba1ac28
target/arm: Honor the HCR_EL2.{TVM,TRVM} bits

These bits trap EL1 access to various virtual memory controls.

Buglink: https://bugs.launchpad.net/bugs/1855072
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200229012811.24129-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c