mbox

[PULL,for-5.0,0/2] s390x fixes for -rc2

Message ID 20200403092553.25803-1-cohuck@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Cornelia Huck April 3, 2020, 9:25 a.m. UTC
The following changes since commit 2833ad487cfff7dc33703e4731b75facde1c561e:

  Update version for v5.0.0-rc1 release (2020-03-31 18:02:47 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5c30ef937f522a65df78dd9f496483fe4fc44d5e:

  vl/s390x: fixup ram sizes for compat machines (2020-04-02 17:10:09 +0200)

----------------------------------------------------------------
- fix cpu number reporting in the stsi 3.2.2 block for kvm
- fix migration for old machines with odd ram sizes

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

Christian Borntraeger (1):
  vl/s390x: fixup ram sizes for compat machines

Janosch Frank (1):
  s390x: kvm: Fix number of cpu reports for stsi 3.2.2

 hw/s390x/s390-skeys.c        |  2 +-
 hw/s390x/s390-stattrib-kvm.c |  4 ++--
 hw/s390x/s390-virtio-ccw.c   | 22 ++++++++++++++++++++++
 hw/s390x/sclp.c              | 17 +++++------------
 include/hw/boards.h          |  7 +++++++
 softmmu/vl.c                 |  3 +++
 target/s390x/kvm.c           | 17 ++++++++++++++++-
 7 files changed, 56 insertions(+), 16 deletions(-)

Comments

Peter Maydell April 3, 2020, 2:29 p.m. UTC | #1
On Fri, 3 Apr 2020 at 10:26, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 2833ad487cfff7dc33703e4731b75facde1c561e:
>
>   Update version for v5.0.0-rc1 release (2020-03-31 18:02:47 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20200403
>
> for you to fetch changes up to 5c30ef937f522a65df78dd9f496483fe4fc44d5e:
>
>   vl/s390x: fixup ram sizes for compat machines (2020-04-02 17:10:09 +0200)
>
> ----------------------------------------------------------------
> - fix cpu number reporting in the stsi 3.2.2 block for kvm
> - fix migration for old machines with odd ram sizes
>



Applied, thanks.

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

-- PMM