From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0TwU-0006eD-VF for qemu-devel@nongnu.org; Mon, 15 Dec 2014 06:36:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0TwK-0005d8-CF for qemu-devel@nongnu.org; Mon, 15 Dec 2014 06:35:58 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:39297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0TwK-0005d3-30 for qemu-devel@nongnu.org; Mon, 15 Dec 2014 06:35:48 -0500 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Dec 2014 11:35:47 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2BA4F2190046 for ; Mon, 15 Dec 2014 11:35:15 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sBFBZib863635542 for ; Mon, 15 Dec 2014 11:35:44 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sBFBZhtd019048 for ; Mon, 15 Dec 2014 04:35:44 -0700 From: Cornelia Huck Date: Mon, 15 Dec 2014 12:35:32 +0100 Message-Id: <1418643332-29100-12-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1418643332-29100-1-git-send-email-cornelia.huck@de.ibm.com> References: <1418643332-29100-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL 11/11] s390x: update MAINTAINERS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de Make sure the new pci support is sorted to the right maintainers. Acked-by: Christian Borntraeger Signed-off-by: Cornelia Huck --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bcb69e8..2792e63 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -534,6 +534,7 @@ S390 Virtio M: Alexander Graf S: Maintained F: hw/s390x/s390-*.c +X: hw/s390x/*pci*.[hc] S390 Virtio-ccw M: Cornelia Huck @@ -544,6 +545,7 @@ F: hw/s390x/s390-virtio-ccw.c F: hw/s390x/css.[hc] F: hw/s390x/sclp*.[hc] F: hw/s390x/ipl*.[hc] +F: hw/s390x/*pci*.[hc] F: include/hw/s390x/ F: pc-bios/s390-ccw/ T: git git://github.com/cohuck/qemu virtio-ccw-upstr -- 1.7.9.5