]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: hvf: stubbing reads to LORC_EL1
authorMohamed Mediouni <mohamed@unpredictable.fr>
Mon, 21 Jul 2025 15:29:02 +0000 (17:29 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 25 Jul 2025 09:39:32 +0000 (10:39 +0100)
commita7aa2af13e287e11cb2d73972353bfec161803a4
tree9c698737471b51e20dd9b6c83bad49e1bb62cc98
parentbd52d8bc9e01dcf68731dcdd9d2b8ebcb9fc5692
target/arm: hvf: stubbing reads to LORC_EL1

Linux zeroes LORC_EL1 on boot at EL2, without further interaction with FEAT_LOR afterwards.

Stub out LORC_EL1 accesses as FEAT_LOR is a mandatory extension on Armv8.1+.

Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/hvf/hvf.c