Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231107183228.276424-1-thuth@redhat.com
Maintainers: Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Eric Farman <farman@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, Nina Schoetterl-Glausch <nsg@linux.ibm.com>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
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