target/arm: Implement ID_DFR1
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Aug 2022 11:00:50 +0000 (12:00 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 14 Sep 2022 10:19:40 +0000 (11:19 +0100)
commitd22c564958ffa6bd40be34c6ea3333ee7ef73b68
tree82fe84cb258311ae6eefd828ec76c145321df7ca
parent32957aad8ce3cd4f923b464efb80645963479ff8
target/arm: Implement ID_DFR1

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.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220819110052.2942289-5-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/kvm64.c