]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/syscall_defs.h
bsd-user: *BSD specific siginfo defintions
authorWarner Losh <imp@FreeBSD.org>
Thu, 5 Aug 2021 19:41:52 +0000 (13:41 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commit790baacc63c1cb29bfc3bf0755f49ca73a348eae
tree18e7ea67e8081e13d23ff7e4cf0fca8347d5a26b
parent312a0b1cbf941c37d3d3aeb1ed651613e04262b5
bsd-user: *BSD specific siginfo defintions

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>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/freebsd/target_os_siginfo.h [new file with mode: 0644]
bsd-user/freebsd/target_os_signal.h [new file with mode: 0644]
bsd-user/i386/target_arch_signal.h [new file with mode: 0644]
bsd-user/netbsd/target_os_siginfo.h [new file with mode: 0644]
bsd-user/netbsd/target_os_signal.h [new file with mode: 0644]
bsd-user/openbsd/target_os_siginfo.h [new file with mode: 0644]
bsd-user/openbsd/target_os_signal.h [new file with mode: 0644]
bsd-user/qemu.h
bsd-user/syscall_defs.h
bsd-user/x86_64/target_arch_signal.h [new file with mode: 0644]