]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Add stubs for new signal routines
authorWarner Losh <imp@bsdimp.com>
Tue, 2 Nov 2021 22:52:19 +0000 (16:52 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Nov 2021 02:45:06 +0000 (22:45 -0400)
commit835b04ed79b72913841bb04ba3302da388767b44
treec2b4fb42bbe0f8a58a26d3873aecea1e29ff7b8f
parent7fa736595e70b7f6e7a31779c1cf319f38ff59d6
bsd-user: Add stubs for new signal routines

Until the signal support is merged from the bsd-user fork, we need stubs
for cpu_loop_exit_sigsegv and cpu_loop_exit_sigbus to link. These call
abort after logging a message. Since singals aren't supported here
yet, this is sufficient.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20211102225248.52999-2-imp@bsdimp.com>
Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/signal.c