[PULL 00/10] s390x patches (shift instructions, MAINTAINERS, ...)

Thomas Huth posted 10 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220119083215.120911-1-thuth@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>
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
[PULL 00/10] s390x patches (shift instructions, MAINTAINERS, ...)
Posted by Thomas Huth 2 years, 3 months ago
 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


Re: [PULL 00/10] s390x patches (shift instructions, MAINTAINERS, ...)
Posted by Peter Maydell 2 years, 3 months ago
On Wed, 19 Jan 2022 at 08:32, Thomas Huth <thuth@redhat.com> wrote:
>
>  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
>


Applied, thanks.

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

-- PMM