[PULL 0/3] s390x fixes

Thomas Huth posted 3 patches 1 year, 8 months ago
Failed in applying to current master (apply log)
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Peter Maydell <peter.maydell@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
target/s390x/tcg/vec_fpu_helper.c |   4 +-
tests/tcg/s390x/vfminmax.c        | 411 ++++++++++++++++++++++++++++++++++++++
fpu/softfloat-specialize.c.inc    |   3 +-
tests/tcg/s390x/Makefile.target   |   7 +
4 files changed, 422 insertions(+), 3 deletions(-)
create mode 100644 tests/tcg/s390x/vfminmax.c
[PULL 0/3] s390x fixes
Posted by Thomas Huth 1 year, 8 months ago
 Hi!

The following changes since commit b8bb9bbf4695b89bbdca702a054db0a7a2c8ff2b:

  Merge tag 'pull-ppc-20220718' of https://gitlab.com/danielhb/qemu into staging (2022-07-18 19:27:25 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-07-20

for you to fetch changes up to 23f13e1986e2ed3a02b65c0bf376c8c61d04ae7a:

  tests/tcg/s390x: test signed vfmin/vfmax (2022-07-19 12:49:56 +0200)

----------------------------------------------------------------
* Fixes for s390x floating point vector instructions

----------------------------------------------------------------
Ilya Leoshkevich (3):
      target/s390x: fix handling of zeroes in vfmin/vfmax
      target/s390x: fix NaN propagation rules
      tests/tcg/s390x: test signed vfmin/vfmax

 target/s390x/tcg/vec_fpu_helper.c |   4 +-
 tests/tcg/s390x/vfminmax.c        | 411 ++++++++++++++++++++++++++++++++++++++
 fpu/softfloat-specialize.c.inc    |   3 +-
 tests/tcg/s390x/Makefile.target   |   7 +
 4 files changed, 422 insertions(+), 3 deletions(-)
 create mode 100644 tests/tcg/s390x/vfminmax.c
Re: [PULL 0/3] s390x fixes
Posted by Peter Maydell 1 year, 8 months ago
On Wed, 20 Jul 2022 at 08:58, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi!
>
> The following changes since commit b8bb9bbf4695b89bbdca702a054db0a7a2c8ff2b:
>
>   Merge tag 'pull-ppc-20220718' of https://gitlab.com/danielhb/qemu into staging (2022-07-18 19:27:25 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2022-07-20
>
> for you to fetch changes up to 23f13e1986e2ed3a02b65c0bf376c8c61d04ae7a:
>
>   tests/tcg/s390x: test signed vfmin/vfmax (2022-07-19 12:49:56 +0200)
>
> ----------------------------------------------------------------
> * Fixes for s390x floating point vector instructions
>


Applied, thanks.

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

-- PMM