Re: [PATCH 06/18] target/arm: Move arm_generate_debug_exceptions out of line

2022-05-31 Thread Peter Maydell
On Mon, 23 May 2022 at 21:53, Richard Henderson wrote: > > Move arm_generate_debug_exceptions and its two subroutines, > {aa32,aa64}_generate_debug_exceptions into debug_helper.c, > and the one interface declaration to internals.h. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Ma

[PATCH 06/18] target/arm: Move arm_generate_debug_exceptions out of line

2022-05-23 Thread Richard Henderson
Move arm_generate_debug_exceptions and its two subroutines, {aa32,aa64}_generate_debug_exceptions into debug_helper.c, and the one interface declaration to internals.h. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 91 - target/arm/internals