Re: [PATCH 4/5] configure: check for SLOF submodule before building pc-bios/s390-ccw

2023-05-30 Thread Thomas Huth
On 30/05/2023 14.53, Paolo Bonzini wrote: On Tue, May 30, 2023 at 2:04 PM Thomas Huth wrote: On 27/05/2023 11.28, Paolo Bonzini wrote: SLOF is required for building the s390-ccw firmware on s390x, since it is using the libnet code from SLOF for network booting. If SLOF is absent and submodule

Re: [PATCH 4/5] configure: check for SLOF submodule before building pc-bios/s390-ccw

2023-05-30 Thread Paolo Bonzini
On Tue, May 30, 2023 at 2:04 PM Thomas Huth wrote: > On 27/05/2023 11.28, Paolo Bonzini wrote: > > SLOF is required for building the s390-ccw firmware on s390x, > > since it is using the libnet code from SLOF for network booting. > > > > If SLOF is absent and submodules are not updated, pc-bios/s3

Re: [PATCH 4/5] configure: check for SLOF submodule before building pc-bios/s390-ccw

2023-05-30 Thread Thomas Huth
On 27/05/2023 11.28, Paolo Bonzini wrote: SLOF is required for building the s390-ccw firmware on s390x, since it is using the libnet code from SLOF for network booting. If SLOF is absent and submodules are not updated, pc-bios/s390-ccw cannot be built. Signed-off-by: Paolo Bonzini --- config

[PATCH 4/5] configure: check for SLOF submodule before building pc-bios/s390-ccw

2023-05-27 Thread Paolo Bonzini
SLOF is required for building the s390-ccw firmware on s390x, since it is using the libnet code from SLOF for network booting. If SLOF is absent and submodules are not updated, pc-bios/s390-ccw cannot be built. Signed-off-by: Paolo Bonzini --- configure | 3 ++- 1 file changed, 2 insertions(+),