qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 835b04: bsd-user: Add stubs for new signal ro


From: Warner Losh
Subject: [Qemu-commits] [qemu/qemu] 835b04: bsd-user: Add stubs for new signal routines
Date: Tue, 02 Nov 2021 19:48:13 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 835b04ed79b72913841bb04ba3302da388767b44
      
https://github.com/qemu/qemu/commit/835b04ed79b72913841bb04ba3302da388767b44
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M bsd-user/signal.c

  Log Message:
  -----------
  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>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]