Re: [PATCH 3/3] qemu: command: add multi boot device support on s390x

2024-11-07 Thread Peter Krempa
On Thu, Nov 07, 2024 at 17:01:52 +0100, Boris Fiuczynski wrote: > On 11/7/24 15:53, Peter Krempa wrote: > > On Wed, Nov 06, 2024 at 15:31:57 +0100, Boris Fiuczynski wrote: > > > If QEMU supports multi boot device make use of it instead of using the > > > single boot device machine parameter. > > >

Re: [PATCH 3/3] qemu: command: add multi boot device support on s390x

2024-11-07 Thread Boris Fiuczynski
On 11/7/24 15:53, Peter Krempa wrote: On Wed, Nov 06, 2024 at 15:31:57 +0100, Boris Fiuczynski wrote: If QEMU supports multi boot device make use of it instead of using the single boot device machine parameter. Signed-off-by: Boris Fiuczynski --- src/qemu/qemu_command.c

Re: [PATCH 3/3] qemu: command: add multi boot device support on s390x

2024-11-07 Thread Peter Krempa
On Wed, Nov 06, 2024 at 15:31:57 +0100, Boris Fiuczynski wrote: > If QEMU supports multi boot device make use of it instead of using the > single boot device machine parameter. > > Signed-off-by: Boris Fiuczynski > --- > src/qemu/qemu_command.c | 40 --- > src/q