]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/aarch64: Generate GCS signal records
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Oct 2025 21:56:09 +0000 (14:56 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Oct 2025 12:19:11 +0000 (13:19 +0100)
commitef110c3070aff0994c3c5601a6e37c43ac793834
treee5bf1c61770b3c1d3f2216ae80f7b4aba1e1af17
parent37897b29b3a55fd60bb75ab12ff52d0b1bf72bef
linux-user/aarch64: Generate GCS signal records

Here we must push and pop a cap on the GCS stack as
well as the gcs record on the normal stack.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20251008215613.300150-70-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/aarch64/signal.c