From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxEnb-0004z6-WF for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:17:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxEnS-00033s-WB for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:17:07 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:52105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxEnS-0002y7-NM for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:16:58 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 18 Jun 2014 13:16:56 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 868FD17D8056 for ; Wed, 18 Jun 2014 13:18:19 +0100 (BST) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s5ICGsNF27656268 for ; Wed, 18 Jun 2014 12:16:54 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s5ICGs3Q018058 for ; Wed, 18 Jun 2014 06:16:54 -0600 From: Jens Freimann Date: Wed, 18 Jun 2014 14:16:43 +0200 Message-Id: <1403093807-32836-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/4] s390-ccw.img: s390-ccw.img fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org Conny, Christian, Alex, here's three bios bugfixes and an update for the binary. Patch 1 lets us boot with big inital ramdisks, Patch 2 introduces a subsystem reset to make sure start with a clean state. Patch 3 fixes parsing of the SCSI bootmap. regards Jens Christian Borntraeger (1): pc-bios/s390-ccw: do a subsystem reset before running the guest David Hildenbrand (1): pc-bios/s390-ccw: virtio_load_direct() can't load max number of sectors Eugene (jno) Dvurechenski (1): pc-bios/s390-ccw: fix for fragmented SCSI bootmap Jens Freimann (1): pc-bios/s390-ccw: update s390-ccw.img binary pc-bios/s390-ccw.img | Bin 9336 -> 9432 bytes pc-bios/s390-ccw/bootmap.c | 82 ++++++++++++++++++++++++++++++++++++++++----- pc-bios/s390-ccw/virtio.c | 2 +- 3 files changed, 75 insertions(+), 9 deletions(-) -- 1.8.5.5