Re: [PATCH 15/18] hw/s390x: Build an IPLB for each boot device

2024-09-30 Thread Jared Rossi
On 9/30/24 7:59 AM, Thomas Huth wrote: On 27/09/2024 02.51, jro...@linux.ibm.com wrote: From: Jared Rossi ... @@ -484,8 +499,8 @@ static bool s390_gen_initial_iplb(S390IPLState *ipl)   lp = S390_CCW_MACHINE(qdev_get_machine())->loadparm;   }   -    s390_ipl_convert_

Re: [PATCH 15/18] hw/s390x: Build an IPLB for each boot device

2024-09-30 Thread Thomas Huth
On 27/09/2024 02.51, jro...@linux.ibm.com wrote: From: Jared Rossi Build an IPLB for any device with a bootindex (up to a maximum of 8 devices). The IPLB chain is placed immediately before the BIOS in memory. Because this is not a fixed address, the location of the next IPLB and number of rema

[PATCH 15/18] hw/s390x: Build an IPLB for each boot device

2024-09-26 Thread jrossi
From: Jared Rossi Build an IPLB for any device with a bootindex (up to a maximum of 8 devices). The IPLB chain is placed immediately before the BIOS in memory. Because this is not a fixed address, the location of the next IPLB and number of remaining boot devices is stored in the QIPL global var