qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 17/18] bsd-user: Implement set_mcontext and get_ucontext_sigr


From: Richard Henderson
Subject: Re: [PATCH 17/18] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV
Date: Fri, 2 Aug 2024 23:48:58 +1000
User-agent: Mozilla Thunderbird

On 8/2/24 18:34, Ajeet Singh wrote:
From: Mark Corbin<mark.corbin@embecsom.com>

Added implementations for 'set_mcontext' and 'get_ucontext_sigreturn'
functions for RISC-V architecture,
Both functions ensure that the CPU state and user context are properly
managed.

Signed-off-by: Mark Corbin<mark.corbin@embecsom.com>
Signed-off-by: Warner Losh<imp@bsdimp.com>
Signed-off-by: Ajeet Singh<itachis@FreeBSD.org>
Co-authored-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/riscv/signal.c | 54 +++++++++++++++++++++++++++++++++++++++++
  1 file changed, 54 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]