[PULL 0/3] s390x fixes

Thomas Huth posted 3 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210803142455.89123-1-thuth@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Cornelia Huck <cohuck@redhat.com>, Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/s390x/cpu_loop.c     |  66 +++++++++++++++++---------
tests/tcg/s390x/Makefile.target |   2 +-
tests/tcg/s390x/trap.c          | 102 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 148 insertions(+), 22 deletions(-)
create mode 100644 tests/tcg/s390x/trap.c
[PULL 0/3] s390x fixes
Posted by Thomas Huth 2 years, 9 months ago
 Hi Peter!

The following changes since commit 7f1cab9c628a798ae2607940993771e6300e9e00:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-08-02 17:21:50 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-08-03

for you to fetch changes up to 50e36dd61652a4a4f2af245655ed3ca08ef0a3ed:

  tests/tcg: Test that compare-and-trap raises SIGFPE (2021-08-03 15:17:38 +0200)

----------------------------------------------------------------
* Fixes for SIGILL and SIGFPE of the s390x linux-user target

----------------------------------------------------------------
Ilya Leoshkevich (1):
      target/s390x: Fix SIGILL and SIGFPE psw.addr reporting

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     |  66 +++++++++++++++++---------
 tests/tcg/s390x/Makefile.target |   2 +-
 tests/tcg/s390x/trap.c          | 102 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 148 insertions(+), 22 deletions(-)
 create mode 100644 tests/tcg/s390x/trap.c


Re: [PULL 0/3] s390x fixes
Posted by Peter Maydell 2 years, 9 months ago
On Tue, 3 Aug 2021 at 15:25, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 7f1cab9c628a798ae2607940993771e6300e9e00:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-08-02 17:21:50 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2021-08-03
>
> for you to fetch changes up to 50e36dd61652a4a4f2af245655ed3ca08ef0a3ed:
>
>   tests/tcg: Test that compare-and-trap raises SIGFPE (2021-08-03 15:17:38 +0200)
>
> ----------------------------------------------------------------
> * Fixes for SIGILL and SIGFPE of the s390x linux-user target
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM