Re: [Qemu-devel] [PATCH v1 3/5] s390-ccw: parse and set boot menu options

2017-11-28 Thread Cornelia Huck
On Mon, 27 Nov 2017 15:55:34 -0500 "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: > > > >

[Qemu-devel] [PATCH v1 3/5] s390-ccw: parse and set boot menu options

2017-11-27 Thread Collin L. Walling
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 represents some positive integer representing milliseconds. Signed-off-by: C