]> git.ipfire.org Git - thirdparty/qemu.git/commit
pc-bios/s390-ccw: Remove panics from DASD IPL path
authorJared Rossi <jrossi@linux.ibm.com>
Sun, 20 Oct 2024 01:29:44 +0000 (21:29 -0400)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Oct 2024 04:53:44 +0000 (06:53 +0200)
commit1d5c7f078e938e6844f404429dd70bc52b39dac6
tree04e13cf5a8c5da31e19171e0f40ea2f8f975d3a9
parentfacd91ac1af75b657fc80189fe9cb026bb1abdbc
pc-bios/s390-ccw: Remove panics from DASD IPL path

Remove panic-on-error from DASD IPL specific functions so that error recovery
may be possible in the future.

Functions that would previously panic now provide a return code.

Signed-off-by: Jared Rossi <jrossi@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241020012953.1380075-11-jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/dasd-ipl.c
pc-bios/s390-ccw/dasd-ipl.h