[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCS
From: |
Viktor Mihajlovski |
Subject: |
Re: [qemu-s390x] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x |
Date: |
Thu, 22 Feb 2018 13:23:20 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 22.02.2018 12:51, Christian Borntraeger wrote:
> Series
> Acked-by: Christian Borntraeger <address@hidden>
>
>
> menu on scsi and dasd bootmaps tested successfully.
>
> There is one thing that we might want to fix (can be an addon patch since
> this is a non-customer
> scenario (no libvirt)).
>
> If you start QEMU manually without a bootindex, the -boot menu=on is ignored
> if no drive has a bootindex.
>
> For example:
>
> -drive file=/dev/dasda,if=none,id=d1 -device
> virtio-blk-ccw,drive=d1,bootindex=1 -boot menu=on
> does work
>
> -drive file=/dev/dasda -boot menu=on
> does not
>
> instead it prints:
> qemu-system-s390x: boot menu is not supported for this device type.
>
> and the boots up the default entry.
>
That should indeed be a separate patch, as it would move logic currently
in the BIOS up to QEMU (find the first defined virtio disk and select it
as boot disk).
In fact it's more complicated than that, because it would have to
properly account for -boot order=[acdn] and produce the respective IPLB.
While it makes sense, I wouldn't rush that in but rather change the
error message to indicate that -device bootindex is needed to activate
the menu, at least for the time being.
[...]
--
Regards,
Viktor Mihajlovski
- Re: [qemu-s390x] [PATCH v8 06/13] s390-ccw: parse and set boot menu options, (continued)
- [qemu-s390x] [PATCH v8 07/13] s390-ccw: set up interactive boot menu parameters, Collin L. Walling, 2018/02/21
- [qemu-s390x] [PATCH v8 03/13] s390-ccw: refactor IPL structs, Collin L. Walling, 2018/02/21
- [qemu-s390x] [PATCH v8 09/13] s390-ccw: print zipl boot menu, Collin L. Walling, 2018/02/21
- [qemu-s390x] [PATCH v8 13/13] s390-ccw: interactive boot menu for scsi, Collin L. Walling, 2018/02/21
- [qemu-s390x] [PATCH v8 05/13] s390-ccw: move auxiliary IPL data to separate location, Collin L. Walling, 2018/02/21
- Re: [qemu-s390x] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Christian Borntraeger, 2018/02/22
- Re: [qemu-s390x] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x,
Viktor Mihajlovski <=
- Re: [qemu-s390x] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Collin L. Walling, 2018/02/22
- Re: [qemu-s390x] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Christian Borntraeger, 2018/02/22
- Re: [qemu-s390x] [Qemu-devel] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Collin L. Walling, 2018/02/22
- Re: [qemu-s390x] [Qemu-devel] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Collin L. Walling, 2018/02/22
- Re: [qemu-s390x] [Qemu-devel] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Thomas Huth, 2018/02/23
- Re: [qemu-s390x] [Qemu-devel] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Christian Borntraeger, 2018/02/23
- Re: [qemu-s390x] [Qemu-devel] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Collin L. Walling, 2018/02/23
- Re: [qemu-s390x] [Qemu-devel] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Collin L. Walling, 2018/02/23
- Re: [qemu-s390x] [Qemu-devel] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Christian Borntraeger, 2018/02/23
Re: [qemu-s390x] [PATCH v8 00/13] Interactive Boot Menu for DASD and SCSI Guests on s390x, Thomas Huth, 2018/02/22