summaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2026-06-09 12:20:47 -0700
committerPeter Maydell <peter.maydell@linaro.org>2026-06-10 16:54:40 +0100
commit215ad1fa328bcc7b70eec8509b6a0df01d18657a (patch)
treef0fd22961d841407ec5354c1c8be7694a88e3785 /linux-user
parent9c15806307f29a9f9a3a251cf0b6c5c3c02fa648 (diff)
downloadqemu-215ad1fa328bcc7b70eec8509b6a0df01d18657a.tar.gz
qemu-215ad1fa328bcc7b70eec8509b6a0df01d18657a.zip
target/arm: Enable FEAT_LUT for -cpu max
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20260609192110.752384-24-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/aarch64/elfload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/aarch64/elfload.c b/linux-user/aarch64/elfload.c
index 228b593316..5ed7a7badb 100644
--- a/linux-user/aarch64/elfload.c
+++ b/linux-user/aarch64/elfload.c
@@ -221,6 +221,7 @@ abi_ulong get_elf_hwcap2(CPUState *cs)
GET_FEATURE_ID(aa64_lse128, ARM_HWCAP2_A64_LSE128);
GET_FEATURE_ID(aa64_faminmax, ARM_HWCAP2_A64_FAMINMAX);
GET_FEATURE_ID(aa64_fpmr, ARM_HWCAP2_A64_FPMR);
+ GET_FEATURE_ID(aa64_lut, ARM_HWCAP2_A64_LUT);
return hwcaps;
}