On 7/14/26 4:29 PM, Ilya Leoshkevich wrote:
> Hi,
>
> Ido reported an assertion failure after failing STCKF and provided a
> small assembly snippet that causes it.
>
> This series fixes the issue and adds a test based on that snippet.
>
> Best regards,
> Ilya
>
> Ilya Leoshkevich (2):
> target/s390x/tcg: Set STCK/STCKF condition code after the store
> tests/tcg/s390x: Test STCKF condition code on a faulting store
Thanks! Applied for 11.2
>
> target/s390x/tcg/insn-data.h.inc | 4 +--
> target/s390x/tcg/translate.c | 2 ++
> tests/tcg/s390x/Makefile.target | 1 +
> tests/tcg/s390x/stckf.c | 44 ++++++++++++++++++++++++++++++++
> 4 files changed, 49 insertions(+), 2 deletions(-)
> create mode 100644 tests/tcg/s390x/stckf.c
>