From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujb0z-0006U4-7a for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:06:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujb0x-0002v3-LX for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:06:01 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:38473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujb0x-0002uv-Ay for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:05:59 -0400 Received: by mail-ob0-f181.google.com with SMTP id 16so7863084obc.40 for ; Mon, 03 Jun 2013 13:05:58 -0700 (PDT) Sender: fluxion Date: Mon, 3 Jun 2013 15:05:03 -0500 From: mdroth Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130603155448.25f0ccad@redhat.com> 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: Luiz Capitulino Cc: aliguori@us.ibm.com, lersek@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, Paolo Bonzini 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.