[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [qemu-s390x] [PATCH v3 15/16] s390-bios: Support bootin
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [qemu-s390x] [PATCH v3 15/16] s390-bios: Support booting from real dasd device |
Date: |
Wed, 13 Mar 2019 17:21:44 +0100 |
On Wed, 13 Mar 2019 12:10:50 -0400
"Jason J. Herne" <address@hidden> wrote:
> On 3/13/19 10:04 AM, Eric Farman wrote:
> >> +static void run_readipl(SubChannelId schid)
> >> +{
> >> + if (do_cio(schid, 0x00, CCW_FMT0)) {
> >> + panic("dasd-ipl: Failed to run Read IPL channel program");
> >
> > Maybe add a newline here...
> >
> >> + }
>
> There are three places you are suggesting a newline. All of them appear to be
> before an if
> statement's closing brace. Can you explain why you feel these are needed? I
> don't really
> see any improvement in readability with these newlines.
Maybe not in the source code, but to the string printed by panic()? I
could agree to that :)
- Re: [Qemu-devel] [qemu-s390x] [PATCH v3 16/16] s390-bios: dasd-ipl: Use control unit type to customize error data, (continued)
Re: [Qemu-devel] [PATCH v3 16/16] s390-bios: dasd-ipl: Use control unit type to customize error data, Cornelia Huck, 2019/03/04
[Qemu-devel] [PATCH v3 04/16] s390-bios: Extend find_dev() for non-virtio devices, Jason J. Herne, 2019/03/01
[Qemu-devel] [PATCH v3 15/16] s390-bios: Support booting from real dasd device, Jason J. Herne, 2019/03/01
[Qemu-devel] [PATCH v3 06/16] s390-bios: Clean up cio.h, Jason J. Herne, 2019/03/01
[Qemu-devel] [PATCH v3 03/16] s390-bios: decouple common boot logic from virtio, Jason J. Herne, 2019/03/01
[Qemu-devel] [PATCH v3 08/16] s390-bios: Map low core memory, Jason J. Herne, 2019/03/01