]> www.infradead.org Git - users/dwmw2/qemu.git/commit
bsd-user:Add set_mcontext function for ARM AArch64
authorStacey Son <sson@FreeBSD.org>
Sun, 7 Jul 2024 19:11:27 +0000 (00:41 +0530)
committerWarner Losh <imp@bsdimp.com>
Tue, 23 Jul 2024 16:50:54 +0000 (10:50 -0600)
commitdadfc6d5df1006b52c1c0c8ae3af84ac3be36b31
tree0acaa50ad35e9911a2d6841389155967d8284984
parentc88f44d85ab209576fc6704ff636e68e2bbc41dc
bsd-user:Add set_mcontext function for ARM AArch64

The function copies register values from the provided target_mcontext_t
structure to the CPUARMState registers.
Note:FP is unfinished upstream but will be a separate commit coming soon.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240707191128.10509-8-itachis@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/aarch64/signal.c