Re: [PATCH v3 31/60] target/arm: Name CPSecureState type

2022-04-22 Thread Peter Maydell
On Sun, 17 Apr 2022 at 19:21, Richard Henderson wrote: > > Give this enum a name and use in ARMCPRegInfo and add_cpreg_to_hashtable. > Add the enumerator ARM_CP_SECSTATE_BOTH to clarify how 0 > is handled in define_one_arm_cp_reg_with_opaque. > > Signed-off-by: Richard Henderson > --- > target/a

[PATCH v3 31/60] target/arm: Name CPSecureState type

2022-04-17 Thread Richard Henderson
Give this enum a name and use in ARMCPRegInfo and add_cpreg_to_hashtable. Add the enumerator ARM_CP_SECSTATE_BOTH to clarify how 0 is handled in define_one_arm_cp_reg_with_opaque. Signed-off-by: Richard Henderson --- target/arm/cpregs.h | 7 --- target/arm/helper.c | 3 ++- 2 files changed,