Re: [PATCH v2 7/8] bsd-user:Add set_mcontext function for ARM AArch64

2024-07-08 Thread Richard Henderson
On 7/7/24 12:11, Ajeet Singh wrote: From: Stacey Son 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 Signed-off-by: Ajeet Singh --

[PATCH v2 7/8] bsd-user:Add set_mcontext function for ARM AArch64

2024-07-07 Thread Ajeet Singh
From: Stacey Son 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 Signed-off-by: Ajeet Singh --- bsd-user/aarch64/signal.c | 22 ++