On Tue, 28 Jul 2020 20:37:34 +0200 Thomas Huth <th...@redhat.com> wrote:
> If you try to boot with two virtio-blk disks (without bootindex), and > only the second one is bootable, the s390-ccw bios currently stops at > the first disk and does not continue booting from the second one. This > is annoying - and all other major QEMU firmwares succeed to boot from > the second disk in this case, so we should do the same in the s390-ccw > bios, too. Does it make sense to do something like that for other device types as well? > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > pc-bios/s390-ccw/bootmap.c | 34 +++++++++++++++++++++++----------- > pc-bios/s390-ccw/main.c | 2 +- > 2 files changed, 24 insertions(+), 12 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>