qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH v4 02/36] bsd-user/freebsd: Create common target_os_ucontext.


From: Richard Henderson
Subject: Re: [PATCH v4 02/36] bsd-user/freebsd: Create common target_os_ucontext.h file
Date: Fri, 5 Nov 2021 12:01:06 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 11/4/21 11:18 PM, Warner Losh wrote:
FreeBSD has a MI ucontext structure that contains the MD mcontext
machine state and other things that are machine independent. Create an
include file for all the ucontext stuff. It needs to be included in the
arch specific files after target_mcontext is defined. This is largely
copied from sys/_ucontext.h with the comments about layout removed
because we don't support ancient FreeBSD binaries.

Signed-off-by: Warner Losh <imp@bsdimp.com>
---
  bsd-user/freebsd/target_os_signal.h   |  3 ---
  bsd-user/freebsd/target_os_ucontext.h | 35 +++++++++++++++++++++++++++
  2 files changed, 35 insertions(+), 3 deletions(-)
  create mode 100644 bsd-user/freebsd/target_os_ucontext.h

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


r~



reply via email to

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