]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/elfload: enable HWCAP_CPUID for AArch64
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 15 Feb 2019 09:56:39 +0000 (09:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Feb 2019 09:56:39 +0000 (09:56 +0000)
commit37020ff1539800b367fd69c1386e0d841f48b1ed
treeaf4f7f0df4ef55481acb53a2d911ca6820b1d909
parentd040242effe47850060d2ef1c461ff637d88a84d
linux-user/elfload: enable HWCAP_CPUID for AArch64

Userspace programs should (in theory) query the ELF HWCAP before
probing these registers. Now we have implemented them all make it
public.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190205190224.2198-6-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/elfload.c