Re: [PATCH v3 24/60] target/arm: Split out cpregs.h

2022-04-22 Thread Alex Bennée
Richard Henderson writes: > Move ARMCPRegInfo and all related declarations to a new > internal header, out of the public cpu.h. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH v3 24/60] target/arm: Split out cpregs.h

2022-04-21 Thread Peter Maydell
On Sun, 17 Apr 2022 at 19:14, Richard Henderson wrote: > > Move ARMCPRegInfo and all related declarations to a new > internal header, out of the public cpu.h. > > Signed-off-by: Richard Henderson > +#ifndef TARGET_ARM_CPREGS_H > +#define TARGET_ARM_CPREGS_H 1 Our usual style doesn't have the "1

[PATCH v3 24/60] target/arm: Split out cpregs.h

2022-04-17 Thread Richard Henderson
Move ARMCPRegInfo and all related declarations to a new internal header, out of the public cpu.h. Signed-off-by: Richard Henderson --- target/arm/cpregs.h| 413 + target/arm/cpu.h | 368 - hw/arm/pxa2xx.c