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

Remove panic-on-error from Netboot 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-12-jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/bootmap.c
pc-bios/s390-ccw/netmain.c
pc-bios/s390-ccw/s390-ccw.h
pc-bios/s390-ccw/virtio-net.c