diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2026-08-11 20:14:11 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2026-08-12 11:20:34 +0100 |
| commit | 8ae365bdc8395e54fe0e137143858b505409d82a (patch) | |
| tree | fe0f7cf94cc70fc1b47544a445c89116a41805d4 /linux-user | |
| parent | e56b670ea130b05c6abd3218357996a14c88338d (diff) | |
| download | qemu-8ae365bdc8395e54fe0e137143858b505409d82a.tar.gz qemu-8ae365bdc8395e54fe0e137143858b505409d82a.zip | |
target/arm: Enable FEAT_SME_TMOP for -cpu max
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20260713230244.70174-11-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/aarch64/elfload.c b/linux-user/aarch64/elfload.c index 64e25a04e3..48be49580a 100644 --- a/linux-user/aarch64/elfload.c +++ b/linux-user/aarch64/elfload.c @@ -177,6 +177,7 @@ abi_ulong get_elf_hwcap(CPUState *cs) GET_FEATURE_ID(aa64_ssve_fexpa, ARM_HWCAP_A64_SME_SFEXPA); GET_FEATURE_ID(aa64_fprcvt, ARM_HWCAP_A64_FPRCVT); GET_FEATURE_ID(aa64_sme_mop4, ARM_HWCAP_A64_SME_SMOP4); + GET_FEATURE_ID(aa64_sme_tmop, ARM_HWCAP_A64_SME_STMOP); return hwcaps; } |
