From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coRhw-0002A1-Hu for qemu-devel@nongnu.org; Thu, 16 Mar 2017 05:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coRhr-0002lQ-Kd for qemu-devel@nongnu.org; Thu, 16 Mar 2017 05:28:32 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:53854) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coRhr-0002l4-Ai for qemu-devel@nongnu.org; Thu, 16 Mar 2017 05:28:27 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v2G9Kfjh034349 for ; Thu, 16 Mar 2017 05:28:25 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0a-001b2d01.pphosted.com with ESMTP id 297mmx1t58-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Mar 2017 05:28:24 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 Mar 2017 05:28:23 -0400 Date: Thu, 16 Mar 2017 17:28:16 +0800 From: Dong Jia Shi References: <20170217082939.33208-1-bjsdjshi@linux.vnet.ibm.com> <20170309092525.GA10189@bjsdjshi@linux.vnet.ibm.com> <20170310114605.1353e810.cornelia.huck@de.ibm.com> <20170313071652.GD6756@bjsdjshi@linux.vnet.ibm.com> <20170316102516.706fc6d6.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170316102516.706fc6d6.cornelia.huck@de.ibm.com> Message-Id: <20170316092816.GI6839@bjsdjshi@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH RFC v3 00/15] basic vfio-ccw infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Dong Jia Shi , kvm@vger.kernel.org, linux-s390@vger.kernel.org, qemu-devel@nongnu.org, renxiaof@linux.vnet.ibm.com, borntraeger@de.ibm.com, agraf@suse.com, alex.williamson@redhat.com, pmorel@linux.vnet.ibm.com, pasic@linux.vnet.ibm.com, wkywang@linux.vnet.ibm.com * Cornelia Huck [2017-03-16 10:25:16 +0100]: > On Mon, 13 Mar 2017 15:16:52 +0800 > Dong Jia Shi wrote: > > > Beside the fixes for former comments form you and Alex, I will also do > > the following stuff in the next version: > > 1. Remove the "RFC" tag from the mail subject. > > 2. Cc the s390 CIO layer maintainers for patch 1 and 2: > > Sebastian Ott > > Peter Oberparleiter > > 3. For the new created files, update MAINTAINERS by adding: > > S390 VFIO-CCW DRIVER > > M: Cornelia Huck > > Please add > > M: Dong Jia Shi > > as well :) > NP. :) > > L: linux-s390@vger.kernel.org > > L: kvm@vger.kernel.org > > S: Supported > > F: drivers/s390/cio/vfio_ccw* > > F: Documentation/s390/vfio-ccw.txt > > F: include/uapi/linux/vfio_ccw.h -- Dong Jia