]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/elfload: Add missing arm64 hwcap values
authorMarielle Novastrider <marielle@novastrider.com>
Sun, 29 Oct 2023 21:00:58 +0000 (21:00 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 2 Nov 2023 12:52:06 +0000 (12:52 +0000)
commit5cfea2487d0efe03ea2b80654090eb7581cc26aa
tree3a78074e349e1ef16a4f21d5e98765ed807c0b77
parent6c9ae1ce82b65faa3f266fd103729878cf11e07e
linux-user/elfload: Add missing arm64 hwcap values

Specifically DIT, LSE2, and MTE3.

We already expose detection of these via the CPUID interface, but
missed these from ELF hwcaps.

Signed-off-by: Marielle Novastrider <marielle@novastrider.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20231029210058.38986-1-marielle@novastrider.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: fixed conflict with feature tests moving to cpu-features.h]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/elfload.c
target/arm/cpu-features.h