From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PULL 00/11] s390x and MAINTAINERS updates
Date: Tue, 7 Nov 2023 19:32:17 +0100 [thread overview]
Message-ID: <20231107183228.276424-1-thuth@redhat.com> (raw)
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
next reply other threads:[~2023-11-07 18:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-07 18:32 Thomas Huth [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231107183228.276424-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.