From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 00/10] s390x patches (shift instructions, MAINTAINERS, ...)
Date: Wed, 19 Jan 2022 09:32:05 +0100 [thread overview]
Message-ID: <20220119083215.120911-1-thuth@redhat.com> (raw)
Hi!
The following changes since commit 69353c332c558cead5f8081d0bb69f989fe33fa3:
Merge remote-tracking branch 'remotes/konstantin/tags/qga-win32-pull-2022-01-10' into staging (2022-01-16 16:32:34 +0000)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2022-01-19
for you to fetch changes up to 59b9b5186e44a90088a91ed7a7493b03027e4f1f:
s390x: sigp: Reorder the SIGP STOP code (2022-01-18 15:00:57 +0100)
----------------------------------------------------------------
* Fix bits in one of the PMCW channel subsystem masks
* s390x TCG shift instruction fixes
* Re-organization for the MAINTAINERS file
* Support for extended length of kernel command lines
* Re-order the SIGP STOP code
----------------------------------------------------------------
Cornelia Huck (1):
MAINTAINERS: split out s390x sections
Eric Farman (2):
MAINTAINERS: Add myself to s390 I/O areas
s390x: sigp: Reorder the SIGP STOP code
Ilya Leoshkevich (5):
target/s390x: Fix SLDA sign bit index
target/s390x: Fix SRDA CC calculation
target/s390x: Fix cc_calc_sla_64() missing overflows
target/s390x: Fix shifting 32-bit values for more than 31 bits
tests/tcg/s390x: Test shift instructions
Marc Hartmayer (1):
s390x/ipl: support extended kernel command line size
Nico Boehr (1):
s390x/css: fix PMCW invalid mask
MAINTAINERS | 88 +++++++++++--
hw/s390x/ipl.c | 27 +++-
include/hw/s390x/ioinst.h | 2 +-
target/s390x/cpu-dump.c | 3 +-
target/s390x/s390x-internal.h | 3 +-
target/s390x/sigp.c | 12 +-
target/s390x/tcg/cc_helper.c | 38 +-----
target/s390x/tcg/insn-data.def | 36 +++---
target/s390x/tcg/translate.c | 53 ++++----
tests/tcg/s390x/Makefile.target | 1 +
tests/tcg/s390x/shift.c | 270 ++++++++++++++++++++++++++++++++++++++++
11 files changed, 430 insertions(+), 103 deletions(-)
create mode 100644 tests/tcg/s390x/shift.c
next reply other threads:[~2022-01-19 8:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-19 8:32 Thomas Huth [this message]
2022-01-19 8:32 ` [PULL 01/10] s390x/css: fix PMCW invalid mask Thomas Huth
2022-01-19 8:32 ` [PULL 02/10] target/s390x: Fix SLDA sign bit index Thomas Huth
2022-01-19 8:32 ` [PULL 03/10] target/s390x: Fix SRDA CC calculation Thomas Huth
2022-01-19 8:32 ` [PULL 04/10] target/s390x: Fix cc_calc_sla_64() missing overflows Thomas Huth
2022-01-19 8:32 ` [PULL 05/10] target/s390x: Fix shifting 32-bit values for more than 31 bits Thomas Huth
2022-01-19 8:32 ` [PULL 06/10] tests/tcg/s390x: Test shift instructions Thomas Huth
2022-01-19 8:32 ` [PULL 07/10] MAINTAINERS: split out s390x sections Thomas Huth
2022-01-19 8:32 ` [PULL 08/10] MAINTAINERS: Add myself to s390 I/O areas Thomas Huth
2022-01-19 8:32 ` [PULL 09/10] s390x/ipl: support extended kernel command line size Thomas Huth
2022-01-19 8:32 ` [PULL 10/10] s390x: sigp: Reorder the SIGP STOP code Thomas Huth
2022-01-19 18:46 ` [PULL 00/10] s390x patches (shift instructions, MAINTAINERS, ...) Peter Maydell
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=20220119083215.120911-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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.