[PULL for-5.2 0/3] s390x fixes

Cornelia Huck posted 3 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201119102325.1314765-1-cohuck@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Cornelia Huck <cohuck@redhat.com>
There is a newer version of this series
hw/s390x/s390-pci-bus.c         | 17 ++++++++++++-----
hw/s390x/s390-pci-inst.c        | 16 ++++++++++++++--
hw/s390x/s390-pci-vfio.c        | 12 ++++++------
hw/s390x/s390-virtio-ccw.c      |  4 ++++
include/hw/s390x/s390-pci-clp.h |  8 ++++----
target/s390x/cpu.c              |  7 +++++++
target/s390x/cpu.h              |  1 +
target/s390x/kvm-stub.c         |  4 ++++
target/s390x/kvm.c              | 22 +++++++++++++++++-----
target/s390x/kvm_s390x.h        |  1 +
10 files changed, 70 insertions(+), 22 deletions(-)
[PULL for-5.2 0/3] s390x fixes
Posted by Cornelia Huck 3 years, 5 months ago
The following changes since commit b696f2c6ba8c92ffb5eca49b88a5c7276d0a3e1e:

  Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2020-11-18 13:42:42 +0000)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20201119

for you to fetch changes up to a4e2fff1b104f2b235ea2673968d0b0383f541dc:

  s390x/pci: fix endianness issues (2020-11-18 16:59:29 +0100)

----------------------------------------------------------------
s390x fixes:
- fix propagation and reset for the new diag318 call
- fix hot-unplug for vfio-pci devices
- fix endianness issues in zPCI (regression fix)

----------------------------------------------------------------

Collin L. Walling (1):
  s390/kvm: fix diag318 propagation and reset functionality

Cornelia Huck (1):
  s390x/pci: fix endianness issues

Matthew Rosato (1):
  s390x/pci: Unregister listeners before destroying IOMMU address space

 hw/s390x/s390-pci-bus.c         | 17 ++++++++++++-----
 hw/s390x/s390-pci-inst.c        | 16 ++++++++++++++--
 hw/s390x/s390-pci-vfio.c        | 12 ++++++------
 hw/s390x/s390-virtio-ccw.c      |  4 ++++
 include/hw/s390x/s390-pci-clp.h |  8 ++++----
 target/s390x/cpu.c              |  7 +++++++
 target/s390x/cpu.h              |  1 +
 target/s390x/kvm-stub.c         |  4 ++++
 target/s390x/kvm.c              | 22 +++++++++++++++++-----
 target/s390x/kvm_s390x.h        |  1 +
 10 files changed, 70 insertions(+), 22 deletions(-)

-- 
2.26.2


Re: [PULL for-5.2 0/3] s390x fixes
Posted by Peter Maydell 3 years, 5 months ago
On Thu, 19 Nov 2020 at 10:23, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit b696f2c6ba8c92ffb5eca49b88a5c7276d0a3e1e:
>
>   Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2020-11-18 13:42:42 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20201119
>
> for you to fetch changes up to a4e2fff1b104f2b235ea2673968d0b0383f541dc:
>
>   s390x/pci: fix endianness issues (2020-11-18 16:59:29 +0100)
>
> ----------------------------------------------------------------
> s390x fixes:
> - fix propagation and reset for the new diag318 call
> - fix hot-unplug for vfio-pci devices
> - fix endianness issues in zPCI (regression fix)
>


Applied, thanks.

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

-- PMM