Re: [PATCH v2 11/21] target/arm: Move DBGDIDR into ARMISARegisters

2020-02-14 Thread Richard Henderson
On 2/14/20 9:51 AM, Peter Maydell wrote: > We're going to want to read the DBGDIDR register from KVM in > a subsequent commit, which means it needs to be in the > ARMISARegisters sub-struct. Move it. > > Signed-off-by: Peter Maydell > --- > target/arm/cpu.h | 2 +- >

[PATCH v2 11/21] target/arm: Move DBGDIDR into ARMISARegisters

2020-02-14 Thread Peter Maydell
We're going to want to read the DBGDIDR register from KVM in a subsequent commit, which means it needs to be in the ARMISARegisters sub-struct. Move it. Signed-off-by: Peter Maydell --- target/arm/cpu.h | 2 +- target/arm/internals.h | 6 +++--- target/arm/cpu.c | 8