qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for 6.2 27/49] bsd-user: Add architecture specific signal tra


From: Richard Henderson
Subject: Re: [PATCH for 6.2 27/49] bsd-user: Add architecture specific signal tramp code
Date: Mon, 9 Aug 2021 10:39:48 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/7/21 11:42 AM, Warner Losh wrote:
From: Warner Losh<imp@FreeBSD.org>

Add a stubbed out version of setup_sigtramp. This is not yet used for
x86, but is used for other architectures. This will be connected in
future commits.

Signed-off-by: Stacey Son<sson@FreeBSD.org>
Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/i386/target_arch_sigtramp.h   | 29 ++++++++++++++++++++++++++
  bsd-user/x86_64/target_arch_sigtramp.h | 29 ++++++++++++++++++++++++++
  2 files changed, 58 insertions(+)
  create mode 100644 bsd-user/i386/target_arch_sigtramp.h
  create mode 100644 bsd-user/x86_64/target_arch_sigtramp.h

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

r~



reply via email to

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