Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753978AbeAKDFJ (ORCPT + 1 other); Wed, 10 Jan 2018 22:05:09 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:37536 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753438AbeAKDFH (ORCPT ); Wed, 10 Jan 2018 22:05:07 -0500 From: Dong Jia Shi To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, kvm@vger.kernel.org, qemu-devel@nongnu.org, qemu-s390x@nongnu.org Cc: cohuck@redhat.com, borntraeger@de.ibm.com, bjsdjshi@linux.vnet.ibm.com, pasic@linux.vnet.ibm.com, pmorel@linux.vnet.ibm.com Subject: [RFC PATCH 0/5] vfio/ccw: basic channel path event handling Date: Thu, 11 Jan 2018 04:04:54 +0100 X-Mailer: git-send-email 2.13.5 X-TM-AS-GCONF: 00 x-cbid: 18011103-0008-0000-0000-000009271F29 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008357; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000245; SDB=6.00973252; UDB=6.00493123; IPR=6.00753202; BA=6.00005772; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00018971; XFM=3.00000015; UTC=2018-01-11 03:05:05 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18011103-0009-0000-0000-0000457FEF3A Message-Id: <20180111030459.33757-1-bjsdjshi@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-11_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801110036 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Folks, This is the QEMU couterpart for the "basic channel path event handling" series. For more information, please refer to the kernel counterpart. Dong Jia Shi (5): vfio: linux-headers update for vfio-ccw vfio/ccw: get schib region info vfio/ccw: get irq info and set up handler for chp irq vfio/ccw: update subchanel information block lazily vfio/ccw: build schib with real schib information hw/s390x/css.c | 97 ++++---------------- hw/s390x/s390-ccw.c | 32 +++++-- hw/vfio/ccw.c | 199 ++++++++++++++++++++++++++++++++++------- include/hw/s390x/css.h | 3 +- include/hw/s390x/s390-ccw.h | 4 +- linux-headers/linux/vfio.h | 2 + linux-headers/linux/vfio_ccw.h | 6 ++ target/s390x/ioinst.c | 3 +- 8 files changed, 224 insertions(+), 122 deletions(-) -- 2.13.5