]> www.infradead.org Git - users/dwmw2/qemu.git/commit
linux-user/elfload.c: Add missing arm and arm64 hwcap values
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Sep 2023 14:36:59 +0000 (15:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2023 13:45:57 +0000 (14:45 +0100)
commit23d7f14da4cc8cdea31f580f87c90889dcfbe815
tree5712a0379d8ebcb620e791f436f3bec678479b20
parente2e40a7790c33ce540d1047e4f780ac4b5c7c6f2
linux-user/elfload.c: Add missing arm and arm64 hwcap values

Our lists of Arm 32 and 64 bit hwcap values have lagged behind
the Linux kernel. Update them to include all the bits defined
as of upstream Linux git commit a48fa7efaf1161c1 (in the middle
of the kernel 6.6 dev cycle).

For 64-bit, we don't yet implement any of the features reported via
these hwcap bits.  For 32-bit we do in fact already implement them
all; we'll add the code to set them in a subsequent commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c