|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 1/2] linux-user/s390x: signal with SIGFPE on compare-and-trap |
Date: | Fri, 9 Jul 2021 07:37:16 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 7/9/21 7:23 AM, jonathan.albrecht wrote:
As a general comment, I think a single switch over DXC would be cleaner for both kernel and qemu. It seems like giving different si_code for e.g. "0x40 IEEE division by zero" and "0x43 Simulated IEEE division by zero" is actively incorrect.I went over the DXC section and I see what you mean about the si_codes for simulated IEEE exceptions. I'll plan on handling those the same as non-simulated IEEE if no objections.
Only if you plan on submitting a similar patch for the kernel. Otherwise, qemu would not match the kernel abi. r~
[Prev in Thread] | Current Thread | [Next in Thread] |