[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v2] s390/ipl: only print boot menu error if -boo
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v2] s390/ipl: only print boot menu error if -boot menu=on was specified |
Date: |
Fri, 2 Mar 2018 10:31:41 +0100 |
On Tue, 27 Feb 2018 14:35:21 -0500
"Collin L. Walling" <address@hidden> wrote:
> It is possible that certain QEMU configurations may not
> create an IPLB (such as when -kernel is provided). In
> this case, a misleading error message will be printed
> stating that the "boot menu is not supported for this
> device type".
>
> To amend this, only print this message iff boot menu=on
> was provided on the commandline. Otherwise, return silently.
>
> While we're at it, remove trailing periods from error
> messages.
>
> Signed-off-by: Collin L. Walling <address@hidden>
> ---
> hw/s390x/ipl.c | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
Thanks, applied.