Hi Peter! The following changes since commit 7f1cab9c628a798ae2607940993771e6300e9e00:
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-08-02 17:21:50 +0100) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2021-08-03 for you to fetch changes up to 50e36dd61652a4a4f2af245655ed3ca08ef0a3ed: tests/tcg: Test that compare-and-trap raises SIGFPE (2021-08-03 15:17:38 +0200) ---------------------------------------------------------------- * Fixes for SIGILL and SIGFPE of the s390x linux-user target ---------------------------------------------------------------- Ilya Leoshkevich (1): target/s390x: Fix SIGILL and SIGFPE psw.addr reporting Jonathan Albrecht (2): linux-user/s390x: signal with SIGFPE on compare-and-trap tests/tcg: Test that compare-and-trap raises SIGFPE linux-user/s390x/cpu_loop.c | 66 +++++++++++++++++--------- tests/tcg/s390x/Makefile.target | 2 +- tests/tcg/s390x/trap.c | 102 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 148 insertions(+), 22 deletions(-) create mode 100644 tests/tcg/s390x/trap.c