qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/30] bsd-user/signal.c: implement force_sig_fault


From: Richard Henderson
Subject: Re: [PATCH 02/30] bsd-user/signal.c: implement force_sig_fault
Date: Mon, 24 Jan 2022 08:36:16 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 1/10/22 3:18 AM, Warner Losh wrote:
Start to implement the force_sig_fault code. This currently just calls
queue_signal(). The bsd-user fork version of that will handle this the
synchronous nature of this call. Add signal-common.h to hold signal
helper functions like force_sig_fault.

Signed-off-by: Stacey Son<sson@FreeBSD.org>
Signed-off-by: Kyle Evans<kevans@freebsd.org>
Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/signal-common.h | 14 ++++++++++++++
  bsd-user/signal.c        | 18 ++++++++++++++++++
  2 files changed, 32 insertions(+)
  create mode 100644 bsd-user/signal-common.h

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

r~



reply via email to

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