mbox

[PULL,0/6] s390x patches and dtc update

Message ID 20211015091622.1302433-1-thuth@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2021-10-15

Message

Thomas Huth Oct. 15, 2021, 9:16 a.m. UTC
Hi!

The following changes since commit bfd9a76f9c143d450ab5545dedfa74364b39fc56:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' into staging (2021-10-12 06:16:25 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-10-15

for you to fetch changes up to 962fde57b7d573281619cb2b7068d570470ef833:

  dtc: Update to version 1.6.1 (2021-10-14 08:08:11 +0200)

----------------------------------------------------------------
* Check kernel command line size on s390x
* Simplification of one of the SIGP instructions on s390x
* Cornelia stepping down as maintainer in some subsystems
* Update the dtc submodule to a proper release version

----------------------------------------------------------------
Cornelia Huck (3):
      vfio-ccw: step down as maintainer
      s390x/kvm: step down as maintainer
      s390x virtio-ccw machine: step down as maintainer

Eric Farman (1):
      s390x: sigp: Force Set Architecture to return Invalid Parameter

Marc Hartmayer (1):
      s390x/ipl: check kernel command line size

Thomas Huth (1):
      dtc: Update to version 1.6.1

 MAINTAINERS         |  6 ------
 dtc                 |  2 +-
 hw/s390x/ipl.c      | 12 +++++++++++-
 target/s390x/sigp.c | 18 +-----------------
 4 files changed, 13 insertions(+), 25 deletions(-)

Comments

Richard Henderson Oct. 15, 2021, 7:08 p.m. UTC | #1
On 10/15/21 2:16 AM, Thomas Huth wrote:
>   Hi!
> 
> The following changes since commit bfd9a76f9c143d450ab5545dedfa74364b39fc56:
> 
>    Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' into staging (2021-10-12 06:16:25 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2021-10-15
> 
> for you to fetch changes up to 962fde57b7d573281619cb2b7068d570470ef833:
> 
>    dtc: Update to version 1.6.1 (2021-10-14 08:08:11 +0200)
> 
> ----------------------------------------------------------------
> * Check kernel command line size on s390x
> * Simplification of one of the SIGP instructions on s390x
> * Cornelia stepping down as maintainer in some subsystems
> * Update the dtc submodule to a proper release version
> 
> ----------------------------------------------------------------
> Cornelia Huck (3):
>        vfio-ccw: step down as maintainer
>        s390x/kvm: step down as maintainer
>        s390x virtio-ccw machine: step down as maintainer
> 
> Eric Farman (1):
>        s390x: sigp: Force Set Architecture to return Invalid Parameter
> 
> Marc Hartmayer (1):
>        s390x/ipl: check kernel command line size
> 
> Thomas Huth (1):
>        dtc: Update to version 1.6.1
> 
>   MAINTAINERS         |  6 ------
>   dtc                 |  2 +-
>   hw/s390x/ipl.c      | 12 +++++++++++-
>   target/s390x/sigp.c | 18 +-----------------
>   4 files changed, 13 insertions(+), 25 deletions(-)

Applied, thanks.

r~