pc-bios/s390-ccw: Remove panics from ECKD IPL path
authorJared Rossi <jrossi@linux.ibm.com>
Sun, 20 Oct 2024 01:29:42 +0000 (21:29 -0400)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Oct 2024 04:53:44 +0000 (06:53 +0200)
commit806315279d5c629e1cc3a945bcfba3fe5482d84b
treeca805c79715d4effdddc7d11fc3363646f2dc0fe
parentbef2b8dd1a36fc79cabcda48e667f2cba476924c
pc-bios/s390-ccw: Remove panics from ECKD IPL path

Remove panic-on-error from ECKD block device 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-9-jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/bootmap.c
pc-bios/s390-ccw/bootmap.h