From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqEyv-0004ZG-FP for qemu-devel@nongnu.org; Thu, 07 May 2015 02:08:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqEys-00083N-2X for qemu-devel@nongnu.org; Thu, 07 May 2015 02:08:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqEyr-00083F-RG for qemu-devel@nongnu.org; Thu, 07 May 2015 02:08:22 -0400 From: Markus Armbruster References: <20150506105046.4ed66722@redhat.com> <20150507022717.GC24694@ad.nay.redhat.com> Date: Thu, 07 May 2015 08:08:15 +0200 In-Reply-To: <20150507022717.GC24694@ad.nay.redhat.com> (Fam Zheng's message of "Thu, 7 May 2015 10:27:17 +0800") Message-ID: <873838dink.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain 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: Fam Zheng Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, mdroth@linux.vnet.ibm.com, Luiz Capitulino Fam Zheng writes: > On Wed, 05/06 10:50, Luiz Capitulino wrote: >> 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 >> --- >> >> 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 > > Probably also qapi/*.json Yes. Let's fix it separately. [...]