From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [2001:4830:134:3::10] (port=46263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a92HI-00010w-Se for qemu-devel@nongnu.org; Tue, 15 Dec 2015 21:57:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a92H5-0004dQ-1g for qemu-devel@nongnu.org; Tue, 15 Dec 2015 21:57:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a92H4-0004d2-S3 for qemu-devel@nongnu.org; Tue, 15 Dec 2015 21:57:06 -0500 References: <1450169295-9644-1-git-send-email-thuth@redhat.com> From: Jason Wang Message-ID: <5670D2F6.3030905@redhat.com> Date: Wed, 16 Dec 2015 10:56:54 +0800 MIME-Version: 1.0 In-Reply-To: <1450169295-9644-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 an entry for the net/slirp.c file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , Jan Kiszka Cc: qemu-devel@nongnu.org On 12/15/2015 04:48 PM, Thomas Huth wrote: > The file net/slirp.c should be listed in the SLIRP section, too. > > Signed-off-by: Thomas Huth > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e8cee1e..a87b113 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1192,6 +1192,7 @@ SLIRP > M: Jan Kiszka > S: Maintained > F: slirp/ > +F: net/slirp.c > T: git git://git.kiszka.org/qemu.git queues/slirp > > Tracing Queued for 2.6. Thanks