On 8/19/22 04:00, Peter Maydell wrote:
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.mayd...@linaro.org> --- target/arm/cpu.h | 1 + target/arm/helper.c | 4 ++-- target/arm/kvm64.c | 2 ++ 3 files changed, 5 i
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~