On Wed, 20 May 2026 at 19:26, Richard Henderson <[email protected]> wrote: > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/internals.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/target/arm/internals.h b/target/arm/internals.h > index 00830b1724..f02d3c6a71 100644 > --- a/target/arm/internals.h > +++ b/target/arm/internals.h > @@ -258,7 +258,9 @@ FIELD(VSTCR, SA, 30, 1) > #define HCRX_TCR2EN (1ULL << 14) > #define HCRX_SCTLR2EN (1ULL << 15) > #define HCRX_GCSEN (1ULL << 22) > - > +#define HCRX_ENFPM (1ULL << 23) > +#define HCRX_PACMEN (1ULL << 24) > +#define HCRX_SRMASKEN (1ULL << 26) > #define HPFAR_NS (1ULL << 63)
We should keep the blank line separating the HCRX bit definitions from HPFAR_NS. Otherwise Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
