On Fri, 27 Jan 2023 at 17:55, Peter Maydell <peter.mayd...@linaro.org> wrote: > The first seven patches are various cleanups and bugfixes that > I noticed while I was doing the FEAT_FGT work. In particular, we > weren't getting the priority of HSTR_EL2 traps right -- these should > take priority over UNDEF-at-EL traps but not over UNDEF-at-EL0 traps. > The rest of the series is FEAT_FGT itself.
Missing character here -- should be "take priority over UNDEF-at-EL1"... -- PMM