Re: [PATCH v17 02/13] linux-user: Add LoongArch signal support

2022-06-17 Thread Richard Henderson
On 6/16/22 05:16, Song Gao wrote: +static void copy_fpu_to_sigcontext(CPULoongArchState *env, + struct extctx_layout *extctx) +{ +int i; +struct target_sctx_info *info = (struct target_sctx_info *)extctx->fpu.addr; +struct target_fpu_context *fpu_ctx

[PATCH v17 02/13] linux-user: Add LoongArch signal support

2022-06-16 Thread Song Gao
Signed-off-by: Song Gao Signed-off-by: Xiaojuan Yang --- linux-user/loongarch64/signal.c| 312 + linux-user/loongarch64/target_signal.h | 13 ++ 2 files changed, 325 insertions(+) create mode 100644 linux-user/loongarch64/signal.c create mode 100644 linux-user/