target/arm: Move DBGDIDR into ARMISARegisters
commit4426d3617d64922d97b74ed22e67e33b6fb7de0a
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Feb 2020 17:51:06 +0000 (14 17:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:01 +0000 (21 16:07 +0000)
treed25fd41f08c8d7008b2b337408916d077daafe70
parent88ce6c6ee85d902f59dc65afc3ca86b34f02b9ed
target/arm: Move DBGDIDR into ARMISARegisters

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 <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200214175116.9164-12-peter.maydell@linaro.org
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/helper.c
target/arm/internals.h