Re: [PATCH v3 05/25] target/arm: Add isar_feature_aa64_rme

2023-02-22 Thread Philippe Mathieu-Daudé
On 22/2/23 03:33, Richard Henderson wrote: Add the missing field for ID_AA64PFR0, and the predicate. Disable it if EL3 is forced off by the board or command-line. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/cpu.h | 6 ++ target/arm/cpu.c | 4 2 files

[PATCH v3 05/25] target/arm: Add isar_feature_aa64_rme

2023-02-21 Thread Richard Henderson
Add the missing field for ID_AA64PFR0, and the predicate. Disable it if EL3 is forced off by the board or command-line. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/cpu.h | 6 ++ target/arm/cpu.c | 4 2 files changed, 10 insertions(+) diff --git a/target/