From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjaHS-0008KW-3z for qemu-devel@nongnu.org; Mon, 03 Jun 2013 15:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjaHQ-000094-H4 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 15:18:58 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:56823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjaCP-0005F6-Fo for qemu-devel@nongnu.org; Mon, 03 Jun 2013 15:13:45 -0400 Received: by mail-wi0-f176.google.com with SMTP id hr14so3035346wib.3 for ; Mon, 03 Jun 2013 12:13:44 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51ACEADA.5030105@redhat.com> Date: Mon, 03 Jun 2013 21:13:30 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1370279823-18752-1-git-send-email-lcapitulino@redhat.com> <1370279823-18752-3-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1370279823-18752-3-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Luiz Capitulino Cc: aliguori@us.ibm.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, lersek@redhat.com, armbru@redhat.com 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? Paolo > +S: Supported > +F: qapi/ > + > QAPI Schema > M: Eric Blake > M: Luiz Capitulino > @@ -713,6 +719,13 @@ M: Markus Armbruster > S: Supported > F: qapi-schema.json > > +QMP > +M: Luiz Capitulino > +S: Supported > +F: qmp.c > +F: monitor.c > +F: qmp-commands.hx > + > SLIRP > M: Jan Kiszka > S: Maintained >