Re: [PATCH RESEND v5 07/28] target/arm: Move define_debug_regs() to cpregs.c

2023-02-16 Thread Peter Maydell
On Mon, 13 Feb 2023 at 20:31, Fabiano Rosas wrote: > > The debug_helper.c file will move into a tcg-specific directory, so > take the cpregs code out of it. That code needs to be present in KVM > builds as well. > > Signed-off-by: Fabiano Rosas > Reviewed-by: Richard Henderson > Tested-by: Phili

[PATCH RESEND v5 07/28] target/arm: Move define_debug_regs() to cpregs.c

2023-02-13 Thread Fabiano Rosas
The debug_helper.c file will move into a tcg-specific directory, so take the cpregs code out of it. That code needs to be present in KVM builds as well. Signed-off-by: Fabiano Rosas Reviewed-by: Richard Henderson Tested-by: Philippe Mathieu-Daudé --- target/arm/cpregs.c | 473 +++