From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Ah4-0006Wm-7A for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:30:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Ags-0001j4-SI for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:30:30 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:45676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Ags-0001it-Iw for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:30:18 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 26 Jun 2014 15:30:16 +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 7177C219006C for ; Thu, 26 Jun 2014 15:30:01 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s5QEUDlW16646190 for ; Thu, 26 Jun 2014 14:30:13 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s5QEUB6U021814 for ; Thu, 26 Jun 2014 08:30:12 -0600 From: Jens Freimann Date: Thu, 26 Jun 2014 16:29:59 +0200 Message-Id: <1403793009-54176-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 00/10] pc-bios/s390-ccw: Add DASD IPL support 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, Alex, Christian, here are some fixes for the s390-ccw bios. It's a mixture of additional features (DASD IPL support for different formats) and cleanups. Eugene (jno) Dvurechenski (9): pc-bios/s390-ccw: make checkpatch happy pc-bios/s390-ccw: cleanup and enhance bootmap defintions pc-bios/s390-ccw: handle different sector sizes pc-bios/s390-ccw: add some utility code pc-bios/s390-ccw: Unify error handling pc-bios/s390-ccw: Add fill_hex_val func to provide better msgs pc-bios/s390-ccw: factor out ipl code pc-bios/s390-ccw: IPL from CDL-formatted ECKD DASD pc-bios/s390-ccw: IPL from LDL/CMS-formatted ECKD DASD Jens Freimann (1): pc-bios/s390-ccw: update binary pc-bios/s390-ccw.img | Bin 9432 -> 17624 bytes pc-bios/s390-ccw/bootmap.c | 443 +++++++++++++++++++++++++++++------------- pc-bios/s390-ccw/bootmap.h | 344 ++++++++++++++++++++++++++++++++ pc-bios/s390-ccw/main.c | 13 +- pc-bios/s390-ccw/s390-ccw.h | 38 ++-- pc-bios/s390-ccw/sclp-ascii.c | 4 +- pc-bios/s390-ccw/virtio.c | 122 ++++++++++-- pc-bios/s390-ccw/virtio.h | 50 ++++- 8 files changed, 836 insertions(+), 178 deletions(-) create mode 100644 pc-bios/s390-ccw/bootmap.h -- 1.8.5.5