[RESEND PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD

2023-02-21 Thread jrossi
From: Jared Rossi Add support for List-Directed IPL (LD-IPL) type pointers. We check for a boot record indicating LD-IPL and use it if it is valid, otherwise we use the CCW CDL or LDL format as usual. When a block is accessed during IPL the block number is first calculated based on the cylinder,

Re: [PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD

2023-02-20 Thread Thomas Huth
On 20/02/2023 17.21, Jared Rossi wrote: On 2/20/23 10:45 AM, Thomas Huth wrote: On 20/02/2023 16.13, Jared Rossi wrote: Hi, Pinging this patch since v2.26.0 of s390-tools adds ECKD DASD list-directed IPL. This patch set allows QEMU to utilize that new boot pointer format. Any feedback about

Re: [PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD

2023-02-20 Thread Jared Rossi
On 2/20/23 10:45 AM, Thomas Huth wrote: On 20/02/2023 16.13, Jared Rossi wrote: Hi, Pinging this patch since v2.26.0 of s390-tools adds ECKD DASD list-directed IPL. This patch set allows QEMU to utilize that new boot pointer format. Any feedback about what needs to be changed for acceptance i

Re: [PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD

2023-02-20 Thread Thomas Huth
On 20/02/2023 16.13, Jared Rossi wrote: Hi, Pinging this patch since v2.26.0 of s390-tools adds ECKD DASD list-directed IPL. This patch set allows QEMU to utilize that new boot pointer format. Any feedback about what needs to be changed for acceptance is much appreciated. Where did you send yo

Re: [PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD

2023-02-20 Thread Jared Rossi
Hi, Pinging this patch since v2.26.0 of s390-tools adds ECKD DASD list-directed IPL. This patch set allows QEMU to utilize that new boot pointer format. Any feedback about what needs to be changed for acceptance is much appreciated. Thanks, Jared Rossi On 1/30/23 4:24 PM, Jared Rossi wrote: A