From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjaqD-0002q6-Ev for qemu-devel@nongnu.org; Mon, 03 Jun 2013 15:54:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjaqC-00077v-Gl for qemu-devel@nongnu.org; Mon, 03 Jun 2013 15:54:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjaqC-00077m-7n for qemu-devel@nongnu.org; Mon, 03 Jun 2013 15:54:52 -0400 Date: Mon, 3 Jun 2013 15:54:48 -0400 From: Luiz Capitulino Message-ID: <20130603155448.25f0ccad@redhat.com> In-Reply-To: <51ACEADA.5030105@redhat.com> References: <1370279823-18752-1-git-send-email-lcapitulino@redhat.com> <1370279823-18752-3-git-send-email-lcapitulino@redhat.com> <51ACEADA.5030105@redhat.com> 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: Paolo Bonzini Cc: aliguori@us.ibm.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, lersek@redhat.com, armbru@redhat.com 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?