]> 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)
commitb661eea97fe14b137a3b443f4c5dd321fa8dd8ee
tree055ff1d3a7d1091ed8ef53cbd144ca83f06d3ded
parentd52746b10102bf0217d72f92d4d579a588fc7227
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/sve_helper.c