[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH] pc-bios/s390-ccw: define loadparm length
From: |
Thomas Huth |
Subject: |
Re: [qemu-s390x] [PATCH] pc-bios/s390-ccw: define loadparm length |
Date: |
Wed, 30 May 2018 09:56:58 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 30.05.2018 09:47, Cornelia Huck wrote:
> On Tue, 29 May 2018 00:40:09 -0400
> Collin Walling <address@hidden> wrote:
>
>> Loadparm is defined by the s390 architecture to be 8 bytes
>> in length. Let's define this size in the s390-ccw bios.
>>
>> Suggested-by: Laszlo Ersek <address@hidden>
>> Signed-off-by: Collin Walling <address@hidden>
>> ---
>> pc-bios/s390-ccw/iplb.h | 4 +++-
>> pc-bios/s390-ccw/main.c | 8 ++++----
>> pc-bios/s390-ccw/sclp.c | 2 +-
>> pc-bios/s390-ccw/sclp.h | 2 +-
>> 4 files changed, 9 insertions(+), 7 deletions(-)
>
> Reviewed-by: Cornelia Huck <address@hidden>
>
> Thomas, I assume this will go via your tree?
Yes, I'll pick it up (I'll include it with the new version of the
pxelinux.cfg patches once they are ready).
Thomas