]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/elfload: Enable vxe2 on s390x
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 4 Aug 2023 23:03:17 +0000 (01:03 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Aug 2023 10:06:44 +0000 (12:06 +0200)
commitffc8453bd25ac62ad89e26974a8107846d2f1390
treea8bc909dc644a74283f4dc886bf0c58e58809fa7
parentd194362910138776e8abd6bb3c9fb3693254e95f
linux-user/elfload: Enable vxe2 on s390x

The vxe2 hwcap is not set for programs running in linux-user, but is
set by a Linux kernel running in softmmu. Add it to the former.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230804233748.218935-2-iii@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
linux-user/elfload.c