From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNvyj-0002ii-Hh for qemu-devel@nongnu.org; Wed, 30 May 2018 03:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNvyg-0003ac-F0 for qemu-devel@nongnu.org; Wed, 30 May 2018 03:57:05 -0400 References: <1527568809-5640-1-git-send-email-walling@linux.ibm.com> <20180530094752.0ffd5310.cohuck@redhat.com> From: Thomas Huth Message-ID: Date: Wed, 30 May 2018 09:56:58 +0200 MIME-Version: 1.0 In-Reply-To: <20180530094752.0ffd5310.cohuck@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: define loadparm length List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , Collin Walling Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, lersek@redhat.com On 30.05.2018 09:47, Cornelia Huck wrote: > On Tue, 29 May 2018 00:40:09 -0400 > Collin Walling 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 >> Signed-off-by: Collin Walling >> --- >> 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 > > 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