All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pc-bios: s390x: fix corner cases in booting from ECKD
@ 2020-09-24  8:59 Marc Hartmayer
  2020-09-24  8:59 ` [PATCH 1/3] pc-bios/s390-ccw: fix off-by-one error Marc Hartmayer
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Marc Hartmayer @ 2020-09-24  8:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: Janosch Frank, qemu-s390x, Thomas Huth, Collin L. Walling,
	David Hildenbrand

The first patch fixes the scan for the string "zIPL" (which is used to
detect the start of the boot menu banner) in
`find_zipl_boot_menu_banner`. The second patch fixes the bug of not
booting the default entry if no zipl boot menu data was found.

For everybody's convenience there is a branch:
https://gitlab.com/mhartmay/qemu/-/tree/bios_fixes

Marc Hartmayer (3):
  pc-bios/s390-ccw: fix off-by-one error
  pc-bios/s390-ccw: break loop if a null block number is reached
  pc-bios/s390-ccw: Update s390-ccw.img bios binary

 pc-bios/s390-ccw.img       | Bin 42608 -> 42608 bytes
 pc-bios/s390-ccw/bootmap.c |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.4



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-09-24 14:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-24  8:59 [PATCH 0/3] pc-bios: s390x: fix corner cases in booting from ECKD Marc Hartmayer
2020-09-24  8:59 ` [PATCH 1/3] pc-bios/s390-ccw: fix off-by-one error Marc Hartmayer
2020-09-24 10:02   ` Philippe Mathieu-Daudé
2020-09-24 14:09     ` Marc Hartmayer
2020-09-24 11:43   ` Thomas Huth
2020-09-24  8:59 ` [PATCH 2/3] pc-bios/s390-ccw: break loop if a null block number is reached Marc Hartmayer
2020-09-24 11:49   ` Thomas Huth
2020-09-24 14:10     ` Marc Hartmayer
2020-09-24  8:59 ` [PATCH 3/3] pc-bios/s390-ccw: Update s390-ccw.img bios binary Marc Hartmayer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.