]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Create setup_sigframe_arch to setup sigframe context
authorWarner Losh <imp@bsdimp.com>
Wed, 19 Jan 2022 18:46:05 +0000 (11:46 -0700)
committerWarner Losh <imp@bsdimp.com>
Fri, 28 Jan 2022 22:52:38 +0000 (15:52 -0700)
commit2373a62ae9600aef57923fdba0518e916cc8d28c
tree848b37ec8653de4e3af554df9fb386c243e83f12
parent4550c661bfa3fd4aba2d5dec7b732546124d8958
bsd-user: Create setup_sigframe_arch to setup sigframe context

Define setup_sigframe_arch whose job it is to setup the mcontext for the
sigframe. Implement for x86 to just call mcontext.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/freebsd/target_os_signal.h
bsd-user/i386/signal.c
bsd-user/x86_64/signal.c