[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-5.2 6/6] pc-bios/s390-ccw: Allow booting in case the firs
From: |
Cornelia Huck |
Subject: |
Re: [PATCH for-5.2 6/6] pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad |
Date: |
Wed, 5 Aug 2020 12:04:18 +0200 |
On Tue, 28 Jul 2020 20:37:34 +0200
Thomas Huth <thuth@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 <thuth@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 <cohuck@redhat.com>
- Re: [PATCH for-5.2 6/6] pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad,
Cornelia Huck <=