Re: [PATCH 4/6] target/arm: Implement ID_DFR1

2022-08-19 Thread Richard Henderson
On 8/19/22 04:00, Peter Maydell wrote: In Armv8.6, a new AArch32 ID register ID_DFR1 is defined; implement it. We don't have any CPUs with features that they need to advertise here yet, but plumbing in the ID register gives it the right name when debugging and will help in future when we do add a

[PATCH 4/6] target/arm: Implement ID_DFR1

2022-08-19 Thread Peter Maydell
In Armv8.6, a new AArch32 ID register ID_DFR1 is defined; implement it. We don't have any CPUs with features that they need to advertise here yet, but plumbing in the ID register gives it the right name when debugging and will help in future when we do add a CPU that has non-zero ID_DFR1 fields. S