Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk | Thomas Huth | 2020-10-06 | 1 | -2/+5 |
| | | | | | | | | | | | 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: Move virtio-block related functions into a separate file | Thomas Huth | 2017-07-14 | 1 | -0/+296 |
The netboot code is going to link against the code from virtio.c, too, so we've got to move the virtio-block and -scsi related code out of the way. Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1499863793-18627-4-git-send-email-thuth@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> |