From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZCID-0002EG-2R for qemu-devel@nongnu.org; Fri, 26 Feb 2016 01:54:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZCI8-0004Ql-Vp for qemu-devel@nongnu.org; Fri, 26 Feb 2016 01:54:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZCI8-0004Qh-QK for qemu-devel@nongnu.org; Fri, 26 Feb 2016 01:54:20 -0500 References: <1456401384-25177-1-git-send-email-thuth@redhat.com> From: Jason Wang Message-ID: <56CFF68D.5010707@redhat.com> Date: Fri, 26 Feb 2016 14:54:05 +0800 MIME-Version: 1.0 In-Reply-To: <1456401384-25177-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Add entries for include/net/ files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , jan.kiszka@siemens.com, qemu-devel@nongnu.org On 02/25/2016 07:56 PM, Thomas Huth wrote: > 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 Applied to -net. Thanks