On Mon, 21 Jul 2025 at 16:29, Mohamed Mediouni <moha...@unpredictable.fr> wrote: > > 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 <moha...@unpredictable.fr> > --- > target/arm/hvf/hvf.c | 4 ++++ > 1 file changed, 4 insertions(+)
Applied to target-arm.next, thanks (since it's a bugfix even if it happens not to be triggered by Linux in normal booting-into-EL1 config). -- PMM