From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjbEx-0002ek-Jv for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:20:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjbEp-00085h-P3 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:20:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjbEp-00085X-Fz for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:20:19 -0400 Date: Mon, 3 Jun 2013 16:20:09 -0400 From: Luiz Capitulino Message-ID: <20130603162009.487bb1d5@redhat.com> In-Reply-To: <20130603200503.GN4599@vm> References: <1370279823-18752-1-git-send-email-lcapitulino@redhat.com> <1370279823-18752-3-git-send-email-lcapitulino@redhat.com> <51ACEADA.5030105@redhat.com> <20130603155448.25f0ccad@redhat.com> <20130603200503.GN4599@vm> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mdroth Cc: aliguori@us.ibm.com, lersek@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, Paolo Bonzini On Mon, 3 Jun 2013 15:05:03 -0500 mdroth wrote: > On Mon, Jun 03, 2013 at 03:54:48PM -0400, Luiz Capitulino wrote: > > On Mon, 03 Jun 2013 21:13:30 +0200 > > Paolo Bonzini wrote: > > > > > Il 03/06/2013 19:17, Luiz Capitulino ha scritto: > > > > This entry doesn't reflect reality for a few years now. This commit > > > > splits it into Human Monitor (HMP), QAPI and QMP. Markus is dropped > > > > as a maintainer. > > > > > > > > This is what we have been for the last few years. Also, it's going > > > > to help me to offload some of this work to someone else in the near > > > > future. > > > > > > > > Signed-off-by: Luiz Capitulino > > > > --- > > > > MAINTAINERS | 17 +++++++++++++++-- > > > > 1 file changed, 15 insertions(+), 2 deletions(-) > > > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > > index 432185a..45f2e68 100644 > > > > --- a/MAINTAINERS > > > > +++ b/MAINTAINERS > > > > @@ -685,11 +685,12 @@ M: Anthony Liguori > > > > S: Supported > > > > F: vl.c > > > > > > > > -Monitor (QMP/HMP) > > > > +Human Monitor (HMP) > > > > M: Luiz Capitulino > > > > -M: Markus Armbruster > > > > S: Supported > > > > F: monitor.c > > > > +F: hmp.c > > > > +F: hmp-commands.hx > > > > > > > > Network device layer > > > > M: Anthony Liguori > > > > @@ -706,6 +707,11 @@ F: nbd.* > > > > F: qemu-nbd.c > > > > T: git git://github.com/bonzini/qemu.git nbd-next > > > > > > > > +QAPI > > > > +M: Luiz Capitulino > > > > > > Mike Roth too, perhaps? > > > > I'd like to, but last time I asked he sort of refused :) > > > > Michael, can I add you? > > > > Haha, well, I think the discussion back then was whether I should send > QAPI pulls, and I was of the mindset that we should keep sending those > through the QMP tree since most QAPI changes were in support of QMP. > > According to the MAINTAINERS documentation though, M: is meant to be > "a set of names that developers can consult when they have a question > about a particular subset and also to provide a set of names to be > CC'd when submitting a patch to obtain appropriate review.", so if > that's the case I'd be happy to add my name and help in that regard. Oh, that's cool. I'll add your name for v2 then.