Re: [PATCH 07/16] target/arm: Use field names for manipulating EL2 and EL3 modes

2022-04-11 Thread Peter Maydell
On Sat, 9 Apr 2022 at 01:08, Richard Henderson wrote: > > Use FIELD_DP{32,64} to manipulate id_pfr1 and id_aa64pfr0 > during arm_cpu_realizefn. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.c | 22 +- > 1 file changed, 13 insertions(+), 9 deletions(-) > Reviewe

[PATCH 07/16] target/arm: Use field names for manipulating EL2 and EL3 modes

2022-04-08 Thread Richard Henderson
Use FIELD_DP{32,64} to manipulate id_pfr1 and id_aa64pfr0 during arm_cpu_realizefn. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 5d4ca7a227..6521f350f9 1