Re: [PATCH v3 17/19] pc-bios/s390x: Enable multi-device boot loop

2024-10-08 Thread Jared Rossi
On 10/7/24 9:15 PM, jro...@linux.ibm.com wrote: [snip...] switch (vdev->senseid.cu_model) { case VIRTIO_ID_NET: puts("Network boot device detected"); @@ -271,11 +275,9 @@ static void ipl_boot_device(void) dasd_ipl(blk_schid, cutype); break; case

[PATCH v3 17/19] pc-bios/s390x: Enable multi-device boot loop

2024-10-07 Thread jrossi
From: Jared Rossi Allow attempts to boot from multiple IPL devices. If the first device fails to IPL, select the pre-built IPLB for the next device in the boot order and attempt to IPL from it. Continue this process until IPL is successful or there are no devices left to try. Signed-off-by: Jare