From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boqsA-0001l7-BE for qemu-devel@nongnu.org; Tue, 27 Sep 2016 07:48:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boqs2-0006OY-67 for qemu-devel@nongnu.org; Tue, 27 Sep 2016 07:48:29 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:39379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boqs1-0006OG-Td for qemu-devel@nongnu.org; Tue, 27 Sep 2016 07:48:22 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8RBlcGJ145225 for ; Tue, 27 Sep 2016 07:48:21 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 25qr130j5f-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 27 Sep 2016 07:48:20 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 27 Sep 2016 12:48:18 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id DD0042190056 for ; Tue, 27 Sep 2016 12:47:34 +0100 (BST) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u8RBmFM566257024 for ; Tue, 27 Sep 2016 11:48:15 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u8RBmE0I009020 for ; Tue, 27 Sep 2016 05:48:15 -0600 From: Christian Borntraeger Date: Tue, 27 Sep 2016 13:48:29 +0200 Message-Id: <1474976917-102710-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/8] next patches for s390x/kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Cornelia Huck , Jens Freimann , Alexander Graf , Christian Borntraeger Here is the next bunch of s390 patches. I plan to send a pull request at the end of the week. Code can also be found on git://github.com/borntraeger/qemu.git tags/s390x-20160927 ---------------------------------------------------------------- Couple of s390x patches: - some PCI cleanups - fix build error due to uuid rework - fix potential deadlock in sigp handling - enable ccw devices in BIOS and enforce checking in QEMU ---------------------------------------------------------------- Christian Borntraeger (3): s390x/kvm: Fix potential deadlock in sigp handling pc-bios/s390-ccw.img: rebuild image s390x/kvm: fix build against qemu_uuid Dong Jia Shi (1): pc-bios/s390-ccw: enable subchannel for IPL I/O devices Pierre Morel (1): s390x/pci: re-arrange variable declarations Sascha Silbe (1): s390x/css: {c,h,t,r,x}sch: require enable AND device number valid Yi Min Zhao (2): s390x/pci: assign msix io region for each pci device s390x/pci: code cleanup hw/s390x/css.c | 12 ++++++------ hw/s390x/s390-pci-bus.c | 48 +++++++++++++++++++++++++--------------------- hw/s390x/s390-pci-bus.h | 4 ++-- hw/s390x/s390-pci-inst.c | 6 ++++-- pc-bios/s390-ccw.img | Bin 26440 -> 26392 bytes pc-bios/s390-ccw/virtio.c | 3 ++- target-s390x/kvm.c | 13 ++++++++++++- 7 files changed, 52 insertions(+), 34 deletions(-)