Re: [Qemu-devel] [qemu-s390x] [PATCH v7 06/12] s390-ccw: parse and set boot menu options

2018-02-19 Thread Viktor Mihajlovski
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

Re: [Qemu-devel] [qemu-s390x] [PATCH v7 06/12] s390-ccw: parse and set boot menu options

2018-02-17 Thread Thomas Huth
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