From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQ2tY-0006Yj-Rj for qemu-devel@nongnu.org; Fri, 05 Sep 2014 19:26:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQ2tT-0007vl-J8 for qemu-devel@nongnu.org; Fri, 05 Sep 2014 19:26:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38649 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQ2tT-0007vh-D2 for qemu-devel@nongnu.org; Fri, 05 Sep 2014 19:26:15 -0400 Message-ID: <540A4696.3060709@suse.de> Date: Sat, 06 Sep 2014 01:26:14 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1409302902-57391-1-git-send-email-jfrei@linux.vnet.ibm.com> <540051A5.4000605@de.ibm.com> In-Reply-To: <540051A5.4000605@de.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: Christian Borntraeger , Jens Freimann , Cornelia Huck Cc: qemu-devel@nongnu.org On 29.08.14 12:10, Christian Borntraeger wrote: > 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. Reviewed-by: Alexander Graf Alex