From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnAgP-0002pW-MY for qemu-devel@nongnu.org; Thu, 22 Sep 2016 16:33:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnAgL-0004hW-9Z for qemu-devel@nongnu.org; Thu, 22 Sep 2016 16:33:24 -0400 Date: Thu, 22 Sep 2016 16:33:18 -0400 From: Luiz Capitulino Message-ID: <20160922163318.75d3d54d@redhat.com> In-Reply-To: <1474572758-763-1-git-send-email-thuth@redhat.com> References: <1474572758-763-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org On Thu, 22 Sep 2016 21:32:38 +0200 Thomas Huth wrote: > The hmp-commands-info.hx, hmp.h and include/monitor/hmp-target.h > files were classified as unmaintained. Let's add them to the > HMP section. > > Signed-off-by: Thomas Huth Reviewed-by: Luiz Capitulino I probably should downgrade the status of HMP to "Odd Fixes", as I've not been dedicating any time for it. If anyone is interested in taking up it let me know. > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9da3d09..3879e1c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1160,8 +1160,9 @@ Human Monitor (HMP) > M: Luiz Capitulino > S: Maintained > F: monitor.c > -F: hmp.c > -F: hmp-commands.hx > +F: hmp.[ch] > +F: hmp-commands*.hx > +F: include/monitor/hmp-target.h > T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > > Network device backends