On 8 October 2018 at 22:21, Richard Henderson <richard.hender...@linaro.org> wrote: > At present we assert: > > arm_el_is_aa64: Assertion `el >= 1 && el <= 3' failed. > > The comment in arm_el_is_aa64 explains why asking about EL0 without > extra information is impossible. Add an extra argument to provide > it from the surrounding context. > > Fixes: 0ab5953b00b3 > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM