]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Apr 2021 21:41:08 +0000 (14:41 -0700)
committerMichael Roth <michael.roth@amd.com>
Wed, 13 Oct 2021 16:21:27 +0000 (11:21 -0500)
commit5d0c78455ebac78fba07949910434c040352facc
tree5eb347eb6aefa2ae376f272d82f693e689e34bce
parent1513997aa2aac392d8a2e020feddd26f0f1fc4d3
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE

These three features are already enabled by TCG, but are missing
their hwcap bits.  Update HWCAP2 from linux v5.12.

Cc: qemu-stable@nongnu.org (for 6.0.1)
Buglink: https://bugs.launchpad.net/bugs/1926044
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210427214108.88503-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 68948d18224b93361e2880e2946ab268d0c650d7)
Signed-off-by: Michael Roth <michael.roth@amd.com>
linux-user/elfload.c