]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Drop user-only special case in sve_stN_r
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Nov 2024 14:12:32 +0000 (06:12 -0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 17 Nov 2024 03:28:50 +0000 (06:28 +0300)
commit589adaa11d857ea46a1cdcf631bb7b687920f3af
tree89c199253962f2de5d5a568d7048aee9ae587db4
parentb8fb4b2633fa848aa7def0f5149a4257d69f982b
target/arm: Drop user-only special case in sve_stN_r

This path is reachable with plugins enabled, and provoked
with run-plugin-catch-syscalls-with-libinline.so.

Cc: qemu-stable@nongnu.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241112141232.321354-1-richard.henderson@linaro.org>
(cherry picked from commit f27550804688da43c6e0d87b2f9e143adbf76271)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/sve_helper.c