]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target/arm: Enforce access to ZCR_EL at translation
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 15 Feb 2018 18:29:37 +0000 (18:29 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Feb 2018 18:29:48 +0000 (18:29 +0000)
commit490aa7f13a2ad31f92205879c4dc2387b602ef14
treefd1447b82e2b2cf2ddafd9f41921b7b3bc139109
parentb916c9c35ce8158bf7f9ed5514eb279e52875de2
target/arm: Enforce access to ZCR_EL at translation

This also makes sure that we get the correct ordering of
SVE vs FP exceptions.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180211205848.4568-5-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/internals.h
target/arm/translate-a64.c