]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/elfload.c: Report previously missing arm32 hwcaps
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)
commit429b7e0107ddbb1a8103b1cf5c69f6db8795fdc3
tree65ced92ab0a9c740c6a098ec0f3ffcef3233b859
parent23d7f14da4cc8cdea31f580f87c90889dcfbe815
linux-user/elfload.c: Report previously missing arm32 hwcaps

Add the code to report the arm32 hwcaps we were previously missing:
 ss, ssbs, fphp, asimdhp, asimddp, asimdfhm, asimdbf16, i8mm

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