From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKWYN-0001oa-Sj for qemu-devel@nongnu.org; Mon, 03 Mar 2014 12:21:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKWYJ-0003Fr-Fn for qemu-devel@nongnu.org; Mon, 03 Mar 2014 12:21:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKWYJ-0003Fc-7o for qemu-devel@nongnu.org; Mon, 03 Mar 2014 12:21:19 -0500 From: Luiz Capitulino Date: Mon, 3 Mar 2014 12:11:53 -0500 Message-Id: <1393866743-17385-3-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1393866743-17385-1-git-send-email-lcapitulino@redhat.com> References: <1393866743-17385-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 02/32] MAINTAINERS: update status for HMP, QAPI and QMP trees List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws This commit updates the status for the HMP, QAPI and QMP trees from "Supported" to "Maintained". In practice this means that patch review and pull requests may take longer. Also, I'll rely more on reviewers such as Eric Blake so that I'm able to send pull requests regularly. Reviewed-by: Eric Blake Signed-off-by: Luiz Capitulino --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 026ea4f..7efaccf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -726,7 +726,7 @@ F: vl.c Human Monitor (HMP) M: Luiz Capitulino -S: Supported +S: Maintained F: monitor.c F: hmp.c F: hmp-commands.hx @@ -758,7 +758,7 @@ T: git git://github.com/bonzini/qemu.git nbd-next QAPI M: Luiz Capitulino M: Michael Roth -S: Supported +S: Maintained F: qapi/ T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp @@ -772,7 +772,7 @@ T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp QMP M: Luiz Capitulino -S: Supported +S: Maintained F: qmp.c F: monitor.c F: qmp-commands.hx -- 1.8.1.4