From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2Fw7-000896-3L for qemu-devel@nongnu.org; Fri, 27 Nov 2015 05:07:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2Fw4-0003q3-TO for qemu-devel@nongnu.org; Fri, 27 Nov 2015 05:07:27 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:41354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2Fw4-0003jf-9j for qemu-devel@nongnu.org; Fri, 27 Nov 2015 05:07:24 -0500 Received: from localhost by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 27 Nov 2015 10:07:16 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id F03FF2190061 for ; Fri, 27 Nov 2015 10:07:06 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tARA7DmW12910890 for ; Fri, 27 Nov 2015 10:07:13 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tARA7AKY008231 for ; Fri, 27 Nov 2015 03:07:12 -0700 From: Cornelia Huck Date: Fri, 27 Nov 2015 11:07:02 +0100 Message-Id: <1448618826-29546-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH for-2.5 0/4] s390x fixes for 2.5-rc3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de Last round of s390x fixes for 2.5: - The bios should be built for the first z machine, so that newer instructions don't creep in. - Silence annoying message when running make check. - Fix a problem with the pci iommu exposed by recent changes. Christian Borntraeger (1): pc-bios/s390-ccw: build for z900 Cornelia Huck (2): pc-bios/s390-ccw: rebuild image s390x: no deprecation warning while testing Yi Min Zhao (1): s390x/pci: fix up IOMMU size hw/s390x/s390-pci-bus.c | 26 ++++++++++++++++++++++---- hw/s390x/s390-pci-bus.h | 2 ++ hw/s390x/s390-pci-inst.c | 7 ++++++- hw/s390x/s390-virtio.c | 9 ++++++--- pc-bios/s390-ccw.img | Bin 17760 -> 17760 bytes pc-bios/s390-ccw/Makefile | 2 +- 6 files changed, 37 insertions(+), 9 deletions(-) -- 2.6.3