Re: [PATCH 03/14] target/arm: Add ID_AA64ISAR2_EL1

2023-09-08 Thread Philippe Mathieu-Daudé
On 7/9/23 18:03, Peter Maydell wrote: From: Aaron Lindsay Signed-off-by: Aaron Lindsay [PMM: drop the HVF part of the patch and just comment that we need to do something when the register appears in that API] Signed-off-by: Peter Maydell --- target/arm/cpu.h | 1 + target/arm/helper.

[PATCH 03/14] target/arm: Add ID_AA64ISAR2_EL1

2023-09-07 Thread Peter Maydell
From: Aaron Lindsay Signed-off-by: Aaron Lindsay [PMM: drop the HVF part of the patch and just comment that we need to do something when the register appears in that API] Signed-off-by: Peter Maydell --- target/arm/cpu.h | 1 + target/arm/helper.c | 4 ++-- target/arm/hvf/hvf.c | 1 + ta