Re: [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-07-06 Thread jonathan.albrecht
On 2021-07-05 5:29 am, Cornelia Huck wrote: On Mon, Jun 21 2021, Jonathan Albrecht wrote: 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:

Re: [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-07-05 Thread Cornelia Huck
On Mon, Jun 21 2021, Jonathan Albrecht wrote: > 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. >

Re: [PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-06-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210621141452.2045-1-jonathan.albre...@linux.vnet.ibm.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210621141452.2045-1-jonathan.albre...@linux.vnet.ibm.com Subject:

[PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap

2021-06-21 Thread Jonathan Albrecht
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.