[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [qemu-s390x] [PULL-for-s390x 06/14] s390-ccw: parse and
From: |
Thomas Huth |
Subject: |
Re: [Qemu-devel] [qemu-s390x] [PULL-for-s390x 06/14] s390-ccw: parse and set boot menu options |
Date: |
Tue, 27 Feb 2018 10:22:26 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 27.02.2018 10:12, Cornelia Huck wrote:
> On Mon, 26 Feb 2018 14:44:45 -0500
> "Collin L. Walling" <address@hidden> wrote:
>
>> On 02/26/2018 02:29 PM, Collin L. Walling wrote:
>>> On 02/26/2018 01:48 PM, Cornelia Huck wrote:
>>>> On Mon, 26 Feb 2018 11:42:29 +0100
>>>> Thomas Huth <address@hidden> wrote:
[...]
>>>>> + switch (ipl->iplb.pbt) {
>>>>> + case S390_IPL_TYPE_CCW:
>>>>> + break;
>>>>> + default:
>>>>> + error_report("boot menu is not supported for this device
>>>>> type.");
>>>> If I specify both a bootindex for a device and a -kernel parameter, I
>>>> get this error message. Looks a tad odd, but not sure how to avoid it.
>>>
>>> Hmm... perhaps an additional check if no IPLB, then skip trying to set
>>> any boot menu data?
[...]
> How shall we proceed? I'd be willing to pull this now and then apply
> fixups on top, or we can have a respin. Thomas?
Since this is about a change in hw/s390x/ and not about
pc-bios/s390-ccw/ (i.e. no need to rebuild the firmware binaries for
this), I think I'd rather prefer a fix-up patch on top instead of a re-spin.
Thomas
- [Qemu-devel] [PULL-for-s390x 01/14] s390-ccw: refactor boot map table code, (continued)
- [Qemu-devel] [PULL-for-s390x 01/14] s390-ccw: refactor boot map table code, Thomas Huth, 2018/02/26
- [Qemu-devel] [PULL-for-s390x 02/14] s390-ccw: refactor eckd_block_num to use CHS, Thomas Huth, 2018/02/26
- [Qemu-devel] [PULL-for-s390x 03/14] s390-ccw: refactor IPL structs, Thomas Huth, 2018/02/26
- [Qemu-devel] [PULL-for-s390x 04/14] s390-ccw: update libc, Thomas Huth, 2018/02/26
- [Qemu-devel] [PULL-for-s390x 05/14] s390-ccw: move auxiliary IPL data to separate location, Thomas Huth, 2018/02/26
- [Qemu-devel] [PULL-for-s390x 06/14] s390-ccw: parse and set boot menu options, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 07/14] s390-ccw: set up interactive boot menu parameters, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 08/14] s390-ccw: read stage2 boot loader data to find menu, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 09/14] s390-ccw: print zipl boot menu, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 10/14] s390-ccw: read user input for boot index via the SCLP console, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 11/14] s390-ccw: set cp_receive mask only when needed and consume pending service irqs, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 12/14] s390-ccw: use zipl values when no boot menu options are present, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 13/14] s390-ccw: interactive boot menu for scsi, Thomas Huth, 2018/02/26
[Qemu-devel] [PULL-for-s390x 14/14] pc-bios/s390: Rebuild the s390x firmware images with the boot menu changes, Thomas Huth, 2018/02/26
Re: [Qemu-devel] [PULL-for-s390x 00/14] s390-ccw firmware update, Cornelia Huck, 2018/02/27