From patchwork Thu Mar 6 08:49:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Borntraeger X-Patchwork-Id: 327335 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47A262C007E for ; Thu, 6 Mar 2014 19:50:15 +1100 (EST) Received: from localhost ([::1]:56274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLU0K-0000pQ-7Z for incoming@patchwork.ozlabs.org; Thu, 06 Mar 2014 03:50:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLTzq-0000pG-IX for qemu-devel@nongnu.org; Thu, 06 Mar 2014 03:49:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLTzh-00062j-Hi for qemu-devel@nongnu.org; Thu, 06 Mar 2014 03:49:42 -0500 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:52945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLTzh-00062T-8N for qemu-devel@nongnu.org; Thu, 06 Mar 2014 03:49:33 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Mar 2014 08:49:30 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 6 Mar 2014 08:49:28 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 867DE1B0806B for ; Thu, 6 Mar 2014 08:49:12 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s268nGBg64946234 for ; Thu, 6 Mar 2014 08:49:16 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 s268nRBR011596 for ; Thu, 6 Mar 2014 01:49:27 -0700 Received: from BR96EGXR.boeblingen.de.ibm.com (dyn-9-152-224-100.boeblingen.de.ibm.com [9.152.224.100]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s268nQhD011571; Thu, 6 Mar 2014 01:49:27 -0700 From: Christian Borntraeger To: Alexander Graf , Peter Maydell Date: Thu, 6 Mar 2014 09:49:25 +0100 Message-Id: <1394095765-29686-2-git-send-email-borntraeger@de.ibm.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1394095765-29686-1-git-send-email-borntraeger@de.ibm.com> References: <1394095765-29686-1-git-send-email-borntraeger@de.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14030608-0542-0000-0000-0000083C0CE2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 195.75.94.113 Cc: Cornelia Huck , Christian Borntraeger , qemu-devel , Anthony Liguori , Richard Henderson Subject: [Qemu-devel] [PATCH 1/1] s390/kvm: Add Maintainers for s390/kvm X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Lets add Conny and myself as maintainers for s390/kvm and related code. This does not include any tcg related code, which is maintained by Richard and Alex. Signed-off-by: Christian Borntraeger Acked-by: Cornelia Huck Acked-by: Paolo Bonzini Acked-by: Alexander Graf --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7efaccf..9bd307f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -176,9 +176,12 @@ S: Maintained F: target-ppc/kvm.c S390 +M: Christian Borntraeger +M: Cornelia Huck M: Alexander Graf S: Maintained F: target-s390x/kvm.c +F: hw/intc/s390_flic.[hc] X86 M: Gleb Natapov @@ -495,10 +498,13 @@ F: hw/s390x/s390-*.c S390 Virtio-ccw M: Cornelia Huck +M: Christian Borntraeger M: Alexander Graf S: Supported F: hw/s390x/s390-virtio-ccw.c F: hw/s390x/css.[hc] +F: hw/s390x/sclp*.[hc] +F: hw/s390x/ipl*.[hc] T: git git://github.com/cohuck/qemu virtio-ccw-upstr UniCore32 Machines @@ -629,6 +635,7 @@ F: hw/block/virtio-blk.c virtio-ccw M: Cornelia Huck +M: Christian Borntraeger S: Supported F: hw/s390x/virtio-ccw.[hc] T: git git://github.com/cohuck/qemu virtio-ccw-upstr