]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user/signal: Create a dummy signal queueing function
authorWarner Losh <imp@bsdimp.com>
Tue, 21 Sep 2021 22:20:52 +0000 (16:20 -0600)
committerWarner Losh <imp@bsdimp.com>
Mon, 18 Oct 2021 18:51:39 +0000 (12:51 -0600)
commit5abfac277d25feb5f12332422c03ea1cb21c6aa1
tree923022cf041a92f08f6ed5647ee4ec73fac44e25
parent11c7b43faa1d19c94524984c878479d14a7194f6
bsd-user/signal: Create a dummy signal queueing function

Create dummy signal queueing function so we can start to integrate other
architectures (at the cost of signals remaining broken) to tame the
dependency graph a bit and to bring in signals in a more controlled
fashion.  Log unimplemented events to it in the mean time.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/qemu.h
bsd-user/signal.c