On Sat, 9 Apr 2022 at 01:18, Richard Henderson <richard.hender...@linaro.org> wrote: > > The only portion of FEAT_Debugv8p2 that is relevant to QEMU > is CONTEXTIDR_EL2, which is also conditionally implemented > with FEAT_VHE. The rest of the debug extension concerns the > External debug interface, which is outside the scope of QEMU. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/cpu.c | 1 + > target/arm/cpu64.c | 1 + > target/arm/cpu_tcg.c | 2 ++ > 3 files changed, 4 insertions(+) Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM