From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn9jh-0003w3-UQ for qemu-devel@nongnu.org; Thu, 22 Sep 2016 15:32:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn9jd-0007yB-1H for qemu-devel@nongnu.org; Thu, 22 Sep 2016 15:32:44 -0400 From: Thomas Huth Date: Thu, 22 Sep 2016 21:32:38 +0200 Message-Id: <1474572758-763-1-git-send-email-thuth@redhat.com> Subject: [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: qemu-devel@nongnu.org, Luiz Capitulino Cc: qemu-trivial@nongnu.org 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 --- 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 -- 1.8.3.1