From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNJ91-0001wa-V1 for qemu-devel@nongnu.org; Fri, 29 Aug 2014 06:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNJ8u-0001Rn-7o for qemu-devel@nongnu.org; Fri, 29 Aug 2014 06:10:59 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:46057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNJ8t-0001Rd-UL for qemu-devel@nongnu.org; Fri, 29 Aug 2014 06:10:52 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 29 Aug 2014 11:10:49 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 720A92190023 for ; Fri, 29 Aug 2014 11:10:28 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s7TAAko447251576 for ; Fri, 29 Aug 2014 10:10:46 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s7TAAk1d017964 for ; Fri, 29 Aug 2014 04:10:46 -0600 Message-ID: <540051A5.4000605@de.ibm.com> Date: Fri, 29 Aug 2014 12:10:45 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1409302902-57391-1-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1409302902-57391-1-git-send-email-jfrei@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/7] s390-ccw.img: block size and DASD format support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jens Freimann , Alexander Graf , Cornelia Huck Cc: qemu-devel@nongnu.org On 29/08/14 11:01, Jens Freimann wrote: > Patches 1-5 contain changes improving support of more disk formats > and block sizes. > > Patch 6 makes sure we print a newline to leave a clean slate before > continuing with IPL. > > Patch 7 updates the binary. > > regards > Jens > > Christian Borntraeger (1): > pc-bios/s390-ccw: Do proper console setup > > Eugene (jno) Dvurechenski (6): > pc-bios/s390-ccw: support all virtio block size > pc-bios/s390-ccw: handle more ECKD DASD block sizes > pc-bios/s390-ccw Improve ECKD informational message > pc-bios/s390-ccw Really big EAV ECKD DASD handling > pc-bios/s390-ccw: IPL from DASD with format variations > pc-bios/s390-ccw.img binary update > > pc-bios/s390-ccw.img | Bin 17752 -> 17752 bytes > pc-bios/s390-ccw/bootmap.c | 107 +++++++++++++++++++++++++++------------------ > pc-bios/s390-ccw/bootmap.h | 2 +- > pc-bios/s390-ccw/virtio.c | 48 +++++++++++++++----- > pc-bios/s390-ccw/virtio.h | 2 +- > 5 files changed, 103 insertions(+), 56 deletions(-) > Thanks Applied to github.com/borntraeger/qemu.git s390-next. I will wait till next week before sending the pull request to give others a chance for feedback. Christian