]> 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)
commit7db4f0c07492a4c230862be8fd0d5faa02d8c5c7
tree75d6884b38a39d25091fdf7dd9e97dbb7229fe0c
parent3dc3a04fb1e542623c0de28813ac4994e477f139
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