Re: [PATCH v2 15/25] target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL

2022-06-09 Thread Peter Maydell
On Tue, 7 Jun 2022 at 03:54, Richard Henderson wrote: > > We no longer need this value during translation, > as it is now handled within the helpers. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 15/25] target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL

2022-06-06 Thread Richard Henderson
We no longer need this value during translation, as it is now handled within the helpers. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 6 ++ target/arm/translate.h | 2 -- target/arm/helper.c| 12 ++-- target/arm/translate-a64.c | 1 -