From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmKuN-0006BI-1T for qemu-devel@nongnu.org; Wed, 23 Jan 2019 10:57:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmKuL-0004wQ-Rf for qemu-devel@nongnu.org; Wed, 23 Jan 2019 10:57:42 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:59958 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmKuL-0004pR-I5 for qemu-devel@nongnu.org; Wed, 23 Jan 2019 10:57:41 -0500 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x0NFoBRP166245 for ; Wed, 23 Jan 2019 10:57:33 -0500 Received: from e06smtp03.uk.ibm.com (e06smtp03.uk.ibm.com [195.75.94.99]) by mx0b-001b2d01.pphosted.com with ESMTP id 2q6twt9ab5-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 23 Jan 2019 10:57:32 -0500 Received: from localhost by e06smtp03.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 23 Jan 2019 15:57:30 -0000 Date: Wed, 23 Jan 2019 16:57:17 +0100 From: Halil Pasic In-Reply-To: <20190121110354.2247-4-cohuck@redhat.com> References: <20190121110354.2247-1-cohuck@redhat.com> <20190121110354.2247-4-cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20190123165717.5e580021@oc2783563651> Subject: Re: [Qemu-devel] [qemu-s390x] [PATCH v2 3/5] vfio-ccw: add capabilities chain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Eric Farman , Farhan Ali , Pierre Morel , linux-s390@vger.kernel.org, kvm@vger.kernel.org, Alex Williamson , qemu-devel@nongnu.org, qemu-s390x@nongnu.org On Mon, 21 Jan 2019 12:03:52 +0100 Cornelia Huck wrote: > Allow to extend the regions used by vfio-ccw. The first user will be > handling of halt and clear subchannel. > > Signed-off-by: Cornelia Huck Looks OK to me, but I did not look to hard. I'm likely to invest more when v3 comes along. Regards, Halil