pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
commit605751b5a5334e187761b0b8a8266a216897bf70
authorThomas Huth <thuth@redhat.com>
Tue, 28 Jul 2020 12:30:14 +0000 (28 14:30 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 6 Oct 2020 17:36:50 +0000 (6 19:36 +0200)
treebff3d327095c3fbb4fbae13640df18a8b3b25a6d
parentd2cf4af1f4af02f6f2d5827d9a06c31690084d3b
pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk

In case the user did not specify a boot device, we want to continue
looking for other devices if there are no valid SCSI disks on a virtio-
scsi controller. As a first step, do not panic in this case and let
the control flow carry the error to the upper functions instead.

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