]> git.proxmox.com Git - mirror_qemu.git/commit
Add missing fp_access_check() to aarch64 crypto instructions
authorNick Reilly <nreilly@blackberry.com>
Tue, 28 Feb 2017 12:08:15 +0000 (12:08 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Feb 2017 12:08:15 +0000 (12:08 +0000)
commita4f5c5b72380deeccd53a6890ea3782f10ca8054
tree3e8e2646557edd1a73d9e9a520bd5c2df3b5c0b5
parentdbb74759fae6f521709e16e19cbb7d6fb2307700
Add missing fp_access_check() to aarch64 crypto instructions

The aarch64 crypto instructions for AES and SHA are missing the
check for if the FPU is enabled.

Signed-off-by: Nick Reilly <nreilly@blackberry.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c