On 7/14/26 3:02 PM, Ilya Leoshkevich wrote:
> Hi,
>
> Christian reported that INT64_MIN / -1 crashes the emulator itself
> instead of the guest program. This series fixes the issue and adds a
> test.
>
> Best regards,
> Ilya
>
> Ilya Leoshkevich (2):
> target/s390x: Fix DR/D INT64_MIN / -1 host crash
> tests/tcg/s390x: Test DR overflow (INT64_MIN / -1)
Thanks! Applied for 11.2
>
> target/s390x/tcg/int_helper.c | 3 ++-
> tests/tcg/s390x/div.c | 37 +++++++++++++++++++++++++++++++++++
> 2 files changed, 39 insertions(+), 1 deletion(-)
>