On Sun, 17 Apr 2022 at 19:14, Richard Henderson <richard.hender...@linaro.org> wrote: > > Move ARMCPRegInfo and all related declarations to a new > internal header, out of the public cpu.h. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> +#ifndef TARGET_ARM_CPREGS_H > +#define TARGET_ARM_CPREGS_H 1 Our usual style doesn't have the "1" on these include-guard defines. Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM