From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHAgf-0006K0-2m for qemu-devel@nongnu.org; Mon, 29 Oct 2018 12:46:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHAgZ-0005rV-NF for qemu-devel@nongnu.org; Mon, 29 Oct 2018 12:46:44 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:48786) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHAgZ-0005q5-1H for qemu-devel@nongnu.org; Mon, 29 Oct 2018 12:46:39 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9TGiSfU020834 for ; Mon, 29 Oct 2018 12:46:37 -0400 Received: from e32.co.us.ibm.com (e32.co.us.ibm.com [32.97.110.150]) by mx0a-001b2d01.pphosted.com with ESMTP id 2ne5xh07wu-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 29 Oct 2018 12:46:37 -0400 Received: from localhost by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Oct 2018 10:46:36 -0600 References: <1540827745-20795-1-git-send-email-borntraeger@de.ibm.com> <1540827745-20795-2-git-send-email-borntraeger@de.ibm.com> From: Eric Farman Date: Mon, 29 Oct 2018 12:46:31 -0400 MIME-Version: 1.0 In-Reply-To: <1540827745-20795-2-git-send-email-borntraeger@de.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Message-Id: Subject: Re: [Qemu-devel] [PATCH 1/4] MAINTAINERS: s390: more maintainers for vfio-ccw List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Cornelia Huck Cc: qemu-devel , qemu-s390x , David Hildenbrand , Alexander Graf , Richard Henderson , Janosch Frank , Halil Pasic , Thomas Huth , Farhan Ali , Collin Walling On 10/29/2018 11:42 AM, Christian Borntraeger wrote: > Eric and Farhan will help with maintaining vfio-ccw. > > Signed-off-by: Christian Borntraeger Acked-by: Eric Farman > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d794bd7..10045b6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1204,6 +1204,8 @@ F: include/hw/vfio/ > > vfio-ccw > M: Cornelia Huck > +M: Eric Farman > +M: Farhan Ali > S: Supported > F: hw/vfio/ccw.c > F: hw/s390x/s390-ccw.c >