qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] s390x patches
@ 2022-02-28 13:29 Thomas Huth
  2022-02-28 13:29 ` [PULL 1/6] s390x: sck: load into a temporary not into in1 Thomas Huth
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Thomas Huth @ 2022-02-28 13:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, qemu-s390x

 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-01 15:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-28 13:29 [PULL 0/6] s390x patches Thomas Huth
2022-02-28 13:29 ` [PULL 1/6] s390x: sck: load into a temporary not into in1 Thomas Huth
2022-02-28 13:29 ` [PULL 2/6] tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution Thomas Huth
2022-02-28 13:29 ` [PULL 3/6] travis.yml: Update the s390x jobs to Ubuntu Focal Thomas Huth
2022-02-28 13:29 ` [PULL 4/6] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x Thomas Huth
2022-02-28 13:29 ` [PULL 5/6] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1 Thomas Huth
2022-02-28 13:29 ` [PULL 6/6] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3 Thomas Huth
2022-03-01 15:55 ` [PULL 0/6] s390x patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).