]> 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>
Mon, 18 Nov 2024 16:29:40 +0000 (19:29 +0300)
commita820a85ac83180ed597a01d05450b6f656a8c206
treed9aa5fd667bbeeb6ab964983cae3a60176b03e55
parent9699e9f06dc58043a97934db9b9e17f687d6a517
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