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
