On 17.02.2018 09:26, Thomas Huth wrote:
[...]
>> struct QemuIplParameters {
>> -uint8_t reserved1[4];
>> +uint8_t boot_menu_flags;
>> +uint8_t reserved1[3];
>> +uint32_t boot_menu_timeout;
>> uint64_t netboot_start_addr;
>> -uint8_t reserved2[16];
>> +uint8_t rese
On 16.02.2018 23:07, Collin L. Walling wrote:
> Set boot menu options for an s390 guest and store them in
> the iplb. These options are set via the QEMU command line
> option:
>
> -boot menu=on|off[,splash-time=X]
>
> or via the libvirt domain xml:
>
>
>
>
>
> Where X repre