From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq1L3-0002U6-Qp for qemu-devel@nongnu.org; Wed, 06 May 2015 11:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq1L0-0002Jy-JF for qemu-devel@nongnu.org; Wed, 06 May 2015 11:34:21 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:38132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq1L0-0002JU-D0 for qemu-devel@nongnu.org; Wed, 06 May 2015 11:34:18 -0400 Received: from /spool/local by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 May 2015 09:34:17 -0600 Received: from b03cxnp07028.gho.boulder.ibm.com (b03cxnp07028.gho.boulder.ibm.com [9.17.130.15]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 5A0DD19D8026 for ; Wed, 6 May 2015 09:25:18 -0600 (MDT) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by b03cxnp07028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t46FWCS926673242 for ; Wed, 6 May 2015 08:32:12 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t46FYEU6014156 for ; Wed, 6 May 2015 09:34:14 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <20150506105046.4ed66722@redhat.com> References: <20150506105046.4ed66722@redhat.com> Message-ID: <20150506153407.24247.50598@loki> Date: Wed, 06 May 2015 10:34:07 -0500 Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Markus Armbruster Quoting Luiz Capitulino (2015-05-06 09:50:46) > Markus is taking over maintership of QMP and the QAPI from > me. Markus has always been a great reviewer and contributor > to those subsystems. In the last few months he's also doing > pull requests that are a lot more relevant than the ones I > was able to do. So, this is a natural move. > = > I'm still the maintainer of HMP and QObjects, but I'm > looking for someone to take over those too. > = > PS: This commit also fixes the file listing for the QMP > entry. > = > Signed-off-by: Luiz Capitulino Reviewed-by: Michael Roth Didn't see a qapi-next branch in the repo though, would be good if Markus could confirm that's where it will be so the update stays accurate. > --- > = > PPS: I'll post a last QMP pull request this week. > = > MAINTAINERS | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > = > diff --git a/MAINTAINERS b/MAINTAINERS > index 0b67c48..d858c49 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -926,20 +926,19 @@ K: srat|SRAT > T: git git://github.com/ehabkost/qemu.git numa > = > QAPI > -M: Luiz Capitulino > +M: Markus Armbruster > M: Michael Roth > -S: Maintained > +S: Supported > F: qapi/ > F: tests/qapi-schema/ > -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > +T: git git://repo.or.cz/qemu/armbru.git qapi-next > = > QAPI Schema > M: Eric Blake > -M: Luiz Capitulino > M: Markus Armbruster > S: Supported > F: qapi-schema.json > -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > +T: git git://repo.or.cz/qemu/armbru.git qapi-next > = > QObject > M: Luiz Capitulino > @@ -964,13 +963,14 @@ X: qom/cpu.c > F: tests/qom-test.c > = > QMP > -M: Luiz Capitulino > -S: Maintained > +M: Markus Armbruster > +S: Supported > F: qmp.c > F: monitor.c > F: qmp-commands.hx > -F: QMP/ > -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > +F: docs/qmp/ > +F: scripts/qmp/ > +T: git git://repo.or.cz/qemu/armbru.git qapi-next > = > SLIRP > M: Jan Kiszka > -- = > 1.9.3 >=20