target/arm: Implement ID_MMFR5
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Aug 2022 11:00:49 +0000 (12:00 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 14 Sep 2022 10:19:40 +0000 (11:19 +0100)
commit32957aad8ce3cd4f923b464efb80645963479ff8
treefc5d6fa8c35c4181a247b4a9a7467e1cf920a65e
parent62b6f5e2f0a029810791dde6e02f86ad8575a02c
target/arm: Implement ID_MMFR5

In Armv8.6 a new AArch32 ID register ID_MMFR5 is defined.
Implement this; we want to be able to use it to report to
the guest that we implement FEAT_ETS.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220819110052.2942289-4-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