qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: Re: [PATCH v5 17/19] pc-bios/s390x: Enable multi-device boot loop
Date: Tue, 22 Oct 2024 09:33:59 +0200
User-agent: Mozilla Thunderbird

On 20/10/2024 03.29, jrossi@linux.ibm.com wrote:
From: Jared Rossi <jrossi@linux.ibm.com>

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: Jared Rossi <jrossi@linux.ibm.com>
---
  pc-bios/s390-ccw/iplb.h     | 24 ++++++++++++++++++++
  pc-bios/s390-ccw/jump2ipl.c |  7 +++---
  pc-bios/s390-ccw/main.c     | 45 +++++++++++++++++++++++--------------
  pc-bios/s390-ccw/netmain.c  |  2 +-
  4 files changed, 57 insertions(+), 21 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]