mbox

[PULL,0/2] some more s390x fixes

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

Pull-request

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

Message

Cornelia Huck July 27, 2020, 2:05 p.m. UTC
The following changes since commit 8ffa52c20d5693d454f65f2024a1494edfea65d4:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-07-23 13:38:21 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d6645483285feaa0aa26fe2b0c3bac6989250d2f:

  s390x/s390-virtio-ccw: fix loadparm property getter (2020-07-24 08:49:53 +0200)

----------------------------------------------------------------
fixes for protected virtualization and loadparm handling

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

Christian Borntraeger (1):
  s390x/protvirt: allow to IPL secure guests with -no-reboot

Halil Pasic (1):
  s390x/s390-virtio-ccw: fix loadparm property getter

 hw/s390x/ipl.c             | 3 ++-
 hw/s390x/s390-virtio-ccw.c | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

Comments

Peter Maydell July 27, 2020, 7:59 p.m. UTC | #1
On Mon, 27 Jul 2020 at 15:05, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 8ffa52c20d5693d454f65f2024a1494edfea65d4:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-07-23 13:38:21 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20200727
>
> for you to fetch changes up to d6645483285feaa0aa26fe2b0c3bac6989250d2f:
>
>   s390x/s390-virtio-ccw: fix loadparm property getter (2020-07-24 08:49:53 +0200)
>
> ----------------------------------------------------------------
> fixes for protected virtualization and loadparm handling
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM