]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:52 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:52 +0000 (14:43 +0000)
commita13cd25d9bb1e972a25f4002d0465f3d9b05c5aa
tree468ed06965a9089648d11265c6e27d905941be43
parent1274a47fbd9739b628835936dbefa0294d9dd32c
target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits

FEAT_NV2 defines another new bit in HCR_EL2: NV2. When the
feature is enabled, allow this bit to be written in HCR_EL2.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Miguel Luis <miguel.luis@oracle.com>
target/arm/cpu-features.h
target/arm/helper.c