[PULL 0/3] s390-ccw bios reboot fixes

Thomas Huth 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/20201123115155.232335-1-thuth@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Cornelia Huck <cohuck@redhat.com>
pc-bios/s390-ccw.img         | Bin 46704 -> 42608 bytes
pc-bios/s390-ccw/dasd-ipl.c  |   3 +++
pc-bios/s390-ccw/jump2ipl.c  |   2 +-
pc-bios/s390-ccw/main.c      |   6 ++++++
pc-bios/s390-ccw/s390-arch.h |   3 +++
pc-bios/s390-netboot.img     | Bin 71328 -> 67232 bytes
6 files changed, 13 insertions(+), 1 deletion(-)
[PULL 0/3] s390-ccw bios reboot fixes
Posted by Thomas Huth 3 years, 5 months ago
 Hi Peter,

the following changes since commit 8cc30eb1400fc01f2b139cdd3dc524f8b84dbe07:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201122' into staging (2020-11-22 15:02:52 +0000)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2020-11-23

for you to fetch changes up to 7a3d37a3f2335e18539e821d0c72abe0b22480bd:

  pc-bios/s390: Update the s390-ccw bios binaries (2020-11-23 10:16:09 +0100)

CI runs:

  https://gitlab.com/huth/qemu/-/pipelines/219883736
  https://travis-ci.com/github/huth/qemu/builds/203497483

----------------------------------------------------------------
* Two reboot fixes for the s390-ccw bios
----------------------------------------------------------------

Eric Farman (2):
      pc-bios: s390x: Ensure Read IPL memory is clean
      pc-bios: s390x: Clear out leftover S390EP string

Thomas Huth (1):
      pc-bios/s390: Update the s390-ccw bios binaries

 pc-bios/s390-ccw.img         | Bin 46704 -> 42608 bytes
 pc-bios/s390-ccw/dasd-ipl.c  |   3 +++
 pc-bios/s390-ccw/jump2ipl.c  |   2 +-
 pc-bios/s390-ccw/main.c      |   6 ++++++
 pc-bios/s390-ccw/s390-arch.h |   3 +++
 pc-bios/s390-netboot.img     | Bin 71328 -> 67232 bytes
 6 files changed, 13 insertions(+), 1 deletion(-)


Re: [PULL 0/3] s390-ccw bios reboot fixes
Posted by Peter Maydell 3 years, 5 months ago
On Mon, 23 Nov 2020 at 11:52, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit 8cc30eb1400fc01f2b139cdd3dc524f8b84dbe07:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201122' into staging (2020-11-22 15:02:52 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2020-11-23
>
> for you to fetch changes up to 7a3d37a3f2335e18539e821d0c72abe0b22480bd:
>
>   pc-bios/s390: Update the s390-ccw bios binaries (2020-11-23 10:16:09 +0100)
>
> CI runs:
>
>   https://gitlab.com/huth/qemu/-/pipelines/219883736
>   https://travis-ci.com/github/huth/qemu/builds/203497483
>
> ----------------------------------------------------------------
> * Two reboot fixes for the s390-ccw bios
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM