All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/11] s390x and MAINTAINERS updates
@ 2023-11-07 18:32 Thomas Huth
  2023-11-07 18:32 ` [PULL 01/11] MAINTAINERS: Add the virtio-gpu documentation to the corresponding section Thomas Huth
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Thomas Huth @ 2023-11-07 18:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi

 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



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

end of thread, other threads:[~2023-11-08 14:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07 18:32 [PULL 00/11] s390x and MAINTAINERS updates Thomas Huth
2023-11-07 18:32 ` [PULL 01/11] MAINTAINERS: Add the virtio-gpu documentation to the corresponding section Thomas Huth
2023-11-07 18:32 ` [PULL 02/11] MAINTAINERS: Add artist.c to the hppa machine section Thomas Huth
2023-11-07 18:32 ` [PULL 03/11] tests/avocado: Allow newer versions of tesseract in the nextcube test Thomas Huth
2023-11-07 18:32 ` [PULL 04/11] s390/sclp: fix SCLP facility map Thomas Huth
2023-11-07 18:32 ` [PULL 05/11] target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block() Thomas Huth
2023-11-07 18:32 ` [PULL 06/11] target/s390x: Fix CLC corrupting cc_src Thomas Huth
2023-11-07 18:32 ` [PULL 07/11] tests/tcg/s390x: Test CLC with inaccessible second operand Thomas Huth
2023-11-07 18:32 ` [PULL 08/11] target/s390x: Fix LAALG not updating cc_src Thomas Huth
2023-11-07 18:32 ` [PULL 09/11] tests/tcg/s390x: Test LAALG with negative cc_src Thomas Huth
2023-11-07 18:32 ` [PULL 10/11] tests/tcg/s390x: Test ADD LOGICAL WITH CARRY Thomas Huth
2023-11-07 18:32 ` [PULL 11/11] target/s390x/cpu topology: Fix ordering and creation of TLEs Thomas Huth
2023-11-08 14:19 ` [PULL 00/11] s390x and MAINTAINERS updates Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.