mbox

[PULL,00/11] s390x and MAINTAINERS updates

Message ID 20231107183228.276424-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2023-11-07

Message

Thomas Huth Nov. 7, 2023, 6:32 p.m. UTC
Hi Stefan!

The following changes since commit 8aba939e77daca10eac99d9d467f65ba7df5ab3e:

  Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qemu into staging (2023-11-07 11:08:16 +0800)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-11-07

for you to fetch changes up to 3e19fbc0c51a62d0c021e1ae768da0df64855927:

  target/s390x/cpu topology: Fix ordering and creation of TLEs (2023-11-07 19:27:08 +0100)

----------------------------------------------------------------
* Fix s390x CPU reconfiguration information in the SCLP facility map
* Fix condition code problem in the CLC and LAALG instruction
* Fix ordering of the new s390x topology list entries
* Add some more files to the MAINTAINERS file
* Allow newer versions of Tesseract in the m68k nextcube test

----------------------------------------------------------------
Heiko Carstens (1):
      s390/sclp: fix SCLP facility map

Ilya Leoshkevich (5):
      target/s390x: Fix CLC corrupting cc_src
      tests/tcg/s390x: Test CLC with inaccessible second operand
      target/s390x: Fix LAALG not updating cc_src
      tests/tcg/s390x: Test LAALG with negative cc_src
      tests/tcg/s390x: Test ADD LOGICAL WITH CARRY

Nina Schoetterl-Glausch (1):
      target/s390x/cpu topology: Fix ordering and creation of TLEs

Philippe Mathieu-Daudé (1):
      target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block()

Thomas Huth (3):
      MAINTAINERS: Add the virtio-gpu documentation to the corresponding section
      MAINTAINERS: Add artist.c to the hppa machine section
      tests/avocado: Allow newer versions of tesseract in the nextcube test

 MAINTAINERS                              |   2 +
 include/hw/s390x/sclp.h                  |   4 +-
 target/s390x/tcg/insn-data.h.inc         |   2 +-
 target/s390x/cpu_models.c                |   6 +-
 target/s390x/kvm/stsi-topology.c         |   8 +-
 target/s390x/tcg/translate.c             |  26 +++++-
 tests/tcg/s390x/add-logical-with-carry.c | 156 +++++++++++++++++++++++++++++++
 tests/tcg/s390x/clc.c                    |  48 ++++++++++
 tests/tcg/s390x/laalg.c                  |  27 ++++++
 tests/avocado/machine_m68k_nextcube.py   |  15 +--
 tests/avocado/tesseract_utils.py         |   4 +-
 tests/tcg/s390x/Makefile.target          |   3 +
 12 files changed, 271 insertions(+), 30 deletions(-)
 create mode 100644 tests/tcg/s390x/add-logical-with-carry.c
 create mode 100644 tests/tcg/s390x/clc.c
 create mode 100644 tests/tcg/s390x/laalg.c

Comments

Stefan Hajnoczi Nov. 8, 2023, 2:19 p.m. UTC | #1
Applied, thanks.

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