]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix SME vs AdvSIMD exception priority
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:19:24 +0000 (08:19 -0600)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 8 Jul 2025 19:54:34 +0000 (22:54 +0300)
commit83b48a500f2f96f9403f7d255d9c58c623342542
tree97a46971d2b611c01678a45a68b70f8b7f4e0133
parentb8f48f40334cb54df36e796b1e825a9061e0fbce
target/arm: Fix SME vs AdvSIMD exception priority

We failed to raise an exception when
sme_excp_el == 0 and fp_excp_el == 1.

Cc: qemu-stable@nongnu.org
Fixes: 3d74825f4d6 ("target/arm: Add SME enablement checks")
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250704142112.1018902-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit f9b0f69304071384b12912bf9dd78e9ffd261cec)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/translate-a64.c