On Mon, 23 Jun 2025 at 13:19, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > In preparation of raising exceptions at EL2, add the 'target_el' > argument to hvf_raise_exception(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > ---
I'm taking this patch, but note that caution is required here: part of the analysis that says we're OK to call into the TCG GICv3 implementation includes "we will only do this for EL0 or EL1, not EL2 or EL3". -- PMM