From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFlpH-0004TP-0U for qemu-devel@nongnu.org; Tue, 18 Feb 2014 09:39:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFlpC-0000Ac-KV for qemu-devel@nongnu.org; Tue, 18 Feb 2014 09:39:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFlpC-0000AV-CP for qemu-devel@nongnu.org; Tue, 18 Feb 2014 09:39:06 -0500 Date: Tue, 18 Feb 2014 09:39:01 -0500 From: Luiz Capitulino Message-ID: <20140218093901.22deffb7@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] MAINTAINERS: update status for HMP, QAPI and QMP trees List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: peter.maydell@linaro.org 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. 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