[PULL 0/6] s390x patches

Thomas Huth posted 6 patches 3 years, 11 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220228132936.1411176-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Cleber Rosa <crosa@redhat.com>
There is a newer version of this series
.travis.yml                              | 12 +++---
hw/s390x/s390-virtio-ccw.c               |  3 ++
target/s390x/cpu_models.c                |  6 +--
target/s390x/gen-features.c              |  6 ++-
target/s390x/helper.h                    |  1 +
target/s390x/tcg/insn-data.def           | 32 ++++++++++++++--
target/s390x/tcg/mem_helper.c            | 20 ++++++++++
target/s390x/tcg/translate.c             | 63 ++++++++++++++++++++++++++++++--
tests/avocado/machine_s390_ccw_virtio.py |  2 +-
tests/tcg/s390x/Makefile.target          |  3 ++
tests/tcg/s390x/mie3-compl.c             | 48 ++++++++++++++++++++++++
tests/tcg/s390x/mie3-mvcrl.c             | 27 ++++++++++++++
tests/tcg/s390x/mie3-sel.c               | 38 +++++++++++++++++++
13 files changed, 241 insertions(+), 20 deletions(-)
create mode 100644 tests/tcg/s390x/mie3-compl.c
create mode 100644 tests/tcg/s390x/mie3-mvcrl.c
create mode 100644 tests/tcg/s390x/mie3-sel.c
[PULL 0/6] s390x patches
Posted by Thomas Huth 3 years, 11 months ago
 Hi!

The following changes since commit fa435db8ce1dff3b15e3f59a12f55f7b3a347b08:

  Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' into staging (2022-02-24 12:48:14 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-02-28

for you to fetch changes up to e2c3fb069994858fea9aca9a4e64fa5afd34021a:

  tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3 (2022-02-28 11:29:15 +0100)

----------------------------------------------------------------
* Fix emulation of the SET CLOCK instruction
* Fix the s390x avocado test with Fedora
* Update the s390x Travis jobs to Focal (instead of Bionic)
* Implement the z15 Misc Instruction Extension 3 Facility

----------------------------------------------------------------
David Miller (3):
      s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
      s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
      tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3

Nico Boehr (1):
      s390x: sck: load into a temporary not into in1

Thomas Huth (2):
      tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution
      travis.yml: Update the s390x jobs to Ubuntu Focal

 .travis.yml                              | 12 +++---
 hw/s390x/s390-virtio-ccw.c               |  3 ++
 target/s390x/cpu_models.c                |  6 +--
 target/s390x/gen-features.c              |  6 ++-
 target/s390x/helper.h                    |  1 +
 target/s390x/tcg/insn-data.def           | 32 ++++++++++++++--
 target/s390x/tcg/mem_helper.c            | 20 ++++++++++
 target/s390x/tcg/translate.c             | 63 ++++++++++++++++++++++++++++++--
 tests/avocado/machine_s390_ccw_virtio.py |  2 +-
 tests/tcg/s390x/Makefile.target          |  3 ++
 tests/tcg/s390x/mie3-compl.c             | 48 ++++++++++++++++++++++++
 tests/tcg/s390x/mie3-mvcrl.c             | 27 ++++++++++++++
 tests/tcg/s390x/mie3-sel.c               | 38 +++++++++++++++++++
 13 files changed, 241 insertions(+), 20 deletions(-)
 create mode 100644 tests/tcg/s390x/mie3-compl.c
 create mode 100644 tests/tcg/s390x/mie3-mvcrl.c
 create mode 100644 tests/tcg/s390x/mie3-sel.c
Re: [PULL 0/6] s390x patches
Posted by Peter Maydell 3 years, 11 months ago
On Mon, 28 Feb 2022 at 13:29, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi!
>
> The following changes since commit fa435db8ce1dff3b15e3f59a12f55f7b3a347b08:
>
>   Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' into staging (2022-02-24 12:48:14 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2022-02-28
>
> for you to fetch changes up to e2c3fb069994858fea9aca9a4e64fa5afd34021a:
>
>   tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3 (2022-02-28 11:29:15 +0100)
>
> ----------------------------------------------------------------
> * Fix emulation of the SET CLOCK instruction
> * Fix the s390x avocado test with Fedora
> * Update the s390x Travis jobs to Focal (instead of Bionic)
> * Implement the z15 Misc Instruction Extension 3 Facility
>


Applied, thanks.

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

-- PMM