From patchwork Tue Jun 4 13:51:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 248595 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)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8CB192C00A0 for ; Tue, 4 Jun 2013 23:51:41 +1000 (EST) Received: from localhost ([::1]:38448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjreF-0004LT-Ob for incoming@patchwork.ozlabs.org; Tue, 04 Jun 2013 09:51:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujrdu-0004KQ-0c for qemu-devel@nongnu.org; Tue, 04 Jun 2013 09:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujrdq-0006Ch-AJ for qemu-devel@nongnu.org; Tue, 04 Jun 2013 09:51:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujrdq-0006Cb-2O for qemu-devel@nongnu.org; Tue, 04 Jun 2013 09:51:14 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r54DpBgW010646 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 4 Jun 2013 09:51:11 -0400 Received: from localhost (ovpn-113-137.phx2.redhat.com [10.3.113.137]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r54DpAao007289; Tue, 4 Jun 2013 09:51:11 -0400 From: Luiz Capitulino To: qemu-devel@nongnu.org, eblake@redhat.com Date: Tue, 4 Jun 2013 09:51:07 -0400 Message-Id: <1370353868-16384-2-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1370353868-16384-1-git-send-email-lcapitulino@redhat.com> References: <1370353868-16384-1-git-send-email-lcapitulino@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: aliguori@us.ibm.com, lersek@redhat.com, armbru@redhat.com, mdroth@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH 1/2] MAINTAINERS: new maintainers for qapi-schema.json 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 I'm facing two problems lately wrt QMP patch review: increasingly lack of bandwidth and lack of background in so many different areas that are getting new QMP commands almost every week. In order to help me mitigate this problem, I'm adding Eric and Markus (besides me) as maintainers of the qapi-schema.json file. Markus has been an old timer reviewer. Eric is being the most active and prolific reviewer of QMP patches for some time now. I believe Markus and Eric will keep doing their work as before, but starting now I'll require the ACK of at least one of them before appling a patch/series that touches the qapi-schema.json file. Signed-off-by: Luiz Capitulino Reviewed-by: Eric Blake --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index be02724..432185a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -706,6 +706,13 @@ F: nbd.* F: qemu-nbd.c T: git git://github.com/bonzini/qemu.git nbd-next +QAPI Schema +M: Eric Blake +M: Luiz Capitulino +M: Markus Armbruster +S: Supported +F: qapi-schema.json + SLIRP M: Jan Kiszka S: Maintained