From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjreR-0004tq-CA for qemu-devel@nongnu.org; Tue, 04 Jun 2013 09:51:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjreM-0006JP-0r for qemu-devel@nongnu.org; Tue, 04 Jun 2013 09:51:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjreL-0006JD-OH for qemu-devel@nongnu.org; Tue, 04 Jun 2013 09:51:45 -0400 From: Luiz Capitulino Date: Tue, 4 Jun 2013 09:51:08 -0400 Message-Id: <1370353868-16384-3-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1370353868-16384-1-git-send-email-lcapitulino@redhat.com> References: <1370353868-16384-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 2/2] MAINTAINERS: split Monitor (QMP/HMP) entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, eblake@redhat.com Cc: aliguori@us.ibm.com, lersek@redhat.com, armbru@redhat.com, mdroth@linux.vnet.ibm.com 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 Reviewed-by: Eric Blake --- MAINTAINERS | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 432185a..13c0cc5 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,12 @@ F: nbd.* F: qemu-nbd.c T: git git://github.com/bonzini/qemu.git nbd-next +QAPI +M: Luiz Capitulino +M: Michael Roth +S: Supported +F: qapi/ + QAPI Schema M: Eric Blake M: Luiz Capitulino @@ -713,6 +720,14 @@ 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 +F: QMP/ + SLIRP M: Jan Kiszka S: Maintained -- 1.8.1.4