mbox

[PULL,0/3] s390x updates

Message ID 20201026111347.252015-1-cohuck@redhat.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck Oct. 26, 2020, 11:13 a.m. UTC
The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:

  Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-request' into staging (2020-10-22 12:33:21 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 3ded270a2697852a71961b45291519ae044f25e3:

  s390x: pv: Fix diag318 PV fencing (2020-10-22 15:47:27 +0200)

----------------------------------------------------------------
some s390x fixes

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

Janosch Frank (2):
  s390x: pv: Remove sclp boundary checks
  s390x: pv: Fix diag318 PV fencing

Matthew Rosato (1):
  s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset

 hw/s390x/s390-virtio-ccw.c  | 1 +
 hw/s390x/sclp.c             | 5 -----
 target/s390x/cpu_features.c | 5 +++++
 target/s390x/cpu_features.h | 4 ++++
 target/s390x/cpu_models.c   | 4 ++++
 target/s390x/kvm.c          | 3 +--
 6 files changed, 15 insertions(+), 7 deletions(-)

Comments

Peter Maydell Oct. 26, 2020, 3:48 p.m. UTC | #1
On Mon, 26 Oct 2020 at 11:13, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-request' into staging (2020-10-22 12:33:21 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20201026
>
> for you to fetch changes up to 3ded270a2697852a71961b45291519ae044f25e3:
>
>   s390x: pv: Fix diag318 PV fencing (2020-10-22 15:47:27 +0200)
>
> ----------------------------------------------------------------
> some s390x fixes


Applied, thanks.

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

-- PMM