On 8/13/25 03:31, Philippe Mathieu-Daudé wrote:
Introduce host_cpu_feature_supported() helper, returning whether a ARM feature is supported by host hardware.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/arm/internals.h | 8 ++++++++ target/arm/hvf/hvf.c | 20 ++++++++++++++++++++ target/arm/kvm.c | 22 ++++++++++++++++++++++ 3 files changed, 50 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~