qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 26/43] bsd-user: *BSD specific siginfo defintions


From: Kyle Evans
Subject: Re: [PATCH v3 26/43] bsd-user: *BSD specific siginfo defintions
Date: Sun, 5 Sep 2021 14:01:44 -0500

On Thu, Sep 2, 2021 at 6:55 PM <imp@bsdimp.com> wrote:
>
> From: Warner Losh <imp@FreeBSD.org>
>
> Add FreeBSD, NetBSD and OpenBSD values for the various signal info types
> and defines to decode different signals to discover more information
> about the specific signal types.
>
> Signed-off-by: Stacey Son <sson@FreeBSD.org>
> Signed-off-by: Warner Losh <imp@bsdimp.com>
> Acked-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  bsd-user/freebsd/target_os_siginfo.h | 145 +++++++++++++++++++++++++++
>  bsd-user/freebsd/target_os_signal.h  |  78 ++++++++++++++
>  bsd-user/i386/target_arch_signal.h   |  94 +++++++++++++++++
>  bsd-user/netbsd/target_os_siginfo.h  |  82 +++++++++++++++
>  bsd-user/netbsd/target_os_signal.h   |  69 +++++++++++++
>  bsd-user/openbsd/target_os_siginfo.h |  82 +++++++++++++++
>  bsd-user/openbsd/target_os_signal.h  |  69 +++++++++++++
>  bsd-user/qemu.h                      |   1 +
>  bsd-user/syscall_defs.h              |  10 --
>  bsd-user/x86_64/target_arch_signal.h |  94 +++++++++++++++++
>  10 files changed, 714 insertions(+), 10 deletions(-)
>  create mode 100644 bsd-user/freebsd/target_os_siginfo.h
>  create mode 100644 bsd-user/freebsd/target_os_signal.h
>  create mode 100644 bsd-user/i386/target_arch_signal.h
>  create mode 100644 bsd-user/netbsd/target_os_siginfo.h
>  create mode 100644 bsd-user/netbsd/target_os_signal.h
>  create mode 100644 bsd-user/openbsd/target_os_siginfo.h
>  create mode 100644 bsd-user/openbsd/target_os_signal.h
>  create mode 100644 bsd-user/x86_64/target_arch_signal.h
>

Reviewed-by: Kyle Evans <kevans@FreeBSD.org>



reply via email to

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