From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3gsV-00028k-SY for qemu-devel@nongnu.org; Tue, 01 Dec 2015 04:05:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3gsS-00051B-7C for qemu-devel@nongnu.org; Tue, 01 Dec 2015 04:05:39 -0500 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:42312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3gsR-00050R-Tu for qemu-devel@nongnu.org; Tue, 01 Dec 2015 04:05:36 -0500 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Dec 2015 09:05:33 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 8A85F1B08069 for ; Tue, 1 Dec 2015 09:05:56 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tB195U0h11272558 for ; Tue, 1 Dec 2015 09:05:30 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tB195UkF002952 for ; Tue, 1 Dec 2015 02:05:30 -0700 From: Cornelia Huck Date: Tue, 1 Dec 2015 10:05:22 +0100 Message-Id: <1448960726-30927-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL for-2.5 0/4] s390x fixes for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de The following changes since commit a2485925f76d01795f041fd63663d8582139fda4: Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.5-20151130' into staging (2015-11-30 17:09:35 +0000) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20151201 for you to fetch changes up to f0a399dbae6a2d0e2e15eb7ce0783286bbd9fe04: s390x/pci: fix up IOMMU size (2015-12-01 09:57:28 +0100) ---------------------------------------------------------------- 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