pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
commit5dc739f343cd06ecb9b058294564ce7504856f3f
authorThomas Huth <thuth@redhat.com>
Tue, 28 Jul 2020 16:14:50 +0000 (28 18:14 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 6 Oct 2020 17:36:50 +0000 (6 19:36 +0200)
treebedcbf8891dac6398b3b9e16f2684d68093cb1d2
parent869d0e2f593dd37297c366203f006b9acd1b7b45
pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad

If you try to boot with two virtio-blk disks (without bootindex), and
only the second one is bootable, the s390-ccw bios currently stops at
the first disk and does not continue booting from the second one. This
is annoying - and all other major QEMU firmwares succeed to boot from
the second disk in this case, so we should do the same in the s390-ccw
bios, too.

Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200806105349.632-8-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/bootmap.c
pc-bios/s390-ccw/main.c