From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYuX0-0006Nj-Kw for qemu-devel@nongnu.org; Thu, 25 Feb 2016 06:56:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYuWx-0005zM-Tj for qemu-devel@nongnu.org; Thu, 25 Feb 2016 06:56:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYuWx-0005zF-OB for qemu-devel@nongnu.org; Thu, 25 Feb 2016 06:56:27 -0500 From: Thomas Huth Date: Thu, 25 Feb 2016 12:56:24 +0100 Message-Id: <1456401384-25177-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add entries for include/net/ files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jasowang@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org The include/net/ files correspond to the files in the net/ directory, thus there should be corresponding entries in the MAINTAINERS file. Signed-off-by: Thomas Huth --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5b29408..5fc99cd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1123,6 +1123,7 @@ Network device backends M: Jason Wang S: Maintained F: net/ +F: include/net/ T: git git://github.com/jasowang/qemu.git net Netmap network backend @@ -1222,6 +1223,7 @@ M: Jan Kiszka S: Maintained F: slirp/ F: net/slirp.c +F: include/net/slirp.h T: git git://git.kiszka.org/qemu.git queues/slirp Tracing -- 1.8.3.1