[PULL for-5.2 0/4] s390x fixes

Cornelia Huck posted 4 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201106131252.953499-1-cohuck@redhat.com
Maintainers: Christian Borntraeger <borntraeger@de.ibm.com>, Richard Henderson <rth@twiddle.net>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
hw/s390x/meson.build             |   2 +-
include/hw/s390x/s390-pci-vfio.h |   3 +-
pc-bios/s390-ccw.img             | Bin 42608 -> 46704 bytes
pc-bios/s390-ccw/main.c          |   4 +-
pc-bios/s390-netboot.img         | Bin 67232 -> 71328 bytes
target/s390x/insn-data.def       |  70 +++++++++++++++----------------
target/s390x/translate.c         |  15 +++++++
7 files changed, 56 insertions(+), 38 deletions(-)
[PULL for-5.2 0/4] s390x fixes
Posted by Cornelia Huck 3 years, 4 months ago
The following changes since commit 3d6e32347a3b57dac7f469a07c5f520e69bd070a:

  Update version for v5.2.0-rc0 release (2020-11-03 21:11:57 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 77280d33bc9cfdbfb5b5d462259d644f5aefe9b3:

  s390x: fix build for --without-default-devices (2020-11-05 13:04:07 +0100)

----------------------------------------------------------------
some s390x fixes, including a bios update

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

Cornelia Huck (2):
  pc-bios/s390: update s390-ccw bios binaries
  s390x: fix build for --without-default-devices

Jason J. Herne (1):
  s390-bios: Skip writing iplb location to low core for ccw ipl

Pavel Dovgalyuk (1):
  target/s390x: fix execution with icount

 hw/s390x/meson.build             |   2 +-
 include/hw/s390x/s390-pci-vfio.h |   3 +-
 pc-bios/s390-ccw.img             | Bin 42608 -> 46704 bytes
 pc-bios/s390-ccw/main.c          |   4 +-
 pc-bios/s390-netboot.img         | Bin 67232 -> 71328 bytes
 target/s390x/insn-data.def       |  70 +++++++++++++++----------------
 target/s390x/translate.c         |  15 +++++++
 7 files changed, 56 insertions(+), 38 deletions(-)

-- 
2.26.2


Re: [PULL for-5.2 0/4] s390x fixes
Posted by Peter Maydell 3 years, 4 months ago
On Fri, 6 Nov 2020 at 13:13, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 3d6e32347a3b57dac7f469a07c5f520e69bd070a:
>
>   Update version for v5.2.0-rc0 release (2020-11-03 21:11:57 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20201106
>
> for you to fetch changes up to 77280d33bc9cfdbfb5b5d462259d644f5aefe9b3:
>
>   s390x: fix build for --without-default-devices (2020-11-05 13:04:07 +0100)
>
> ----------------------------------------------------------------
> some s390x fixes, including a bios update
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM