]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Add architecture specific signal tramp code
authorWarner Losh <imp@FreeBSD.org>
Wed, 4 Aug 2021 19:34:05 +0000 (13:34 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commitc336094c5c4c1159b96b7bff074579f055e8aea2
tree03d97f9fed981efdc4a7a868c0583eac0be7ae71
parent534217f7848dc2055fae08928689c0ac4f0a45e1
bsd-user: Add architecture specific signal tramp code

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/i386/target_arch_sigtramp.h [new file with mode: 0644]
bsd-user/x86_64/target_arch_sigtramp.h [new file with mode: 0644]