qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap
@ 2021-06-21 14:14 Jonathan Albrecht
  2021-06-21 14:14 ` [PATCH 1/2] " Jonathan Albrecht
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jonathan Albrecht @ 2021-06-21 14:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: Jonathan Albrecht, iii, david, cohuck, richard.henderson, laurent,
	borntraeger, qemu-s390x, krebbel

qemu-s390x signals with SIGILL on compare-and-trap instructions. This
breaks OpenJDK which expects SIGFPE in its implementation of implicit
exceptions.

This patch depends on [PATCH v3 0/2] target/s390x: Fix SIGILL psw.addr
reporting.
https://lore.kernel.org/qemu-devel/20210602002210.3144559-1-iii@linux.ibm.com/

Based-on: 20210602002210.3144559-1-iii@linux.ibm.com

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     |  19 +++---
 tests/tcg/s390x/Makefile.target |   1 +
 tests/tcg/s390x/trap.c          | 100 ++++++++++++++++++++++++++++++++
 3 files changed, 111 insertions(+), 9 deletions(-)
 create mode 100644 tests/tcg/s390x/trap.c

-- 
2.31.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-06 18:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-21 14:14 [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap Jonathan Albrecht
2021-06-21 14:14 ` [PATCH 1/2] " Jonathan Albrecht
2021-06-23  2:27   ` Ilya Leoshkevich
2021-06-21 14:14 ` [PATCH 2/2] tests/tcg: Test that compare-and-trap raises SIGFPE Jonathan Albrecht
2021-06-21 14:24 ` [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap no-reply
2021-07-05  9:29 ` Cornelia Huck
2021-07-06 18:47   ` jonathan.albrecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).