From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6ae4-0005Cl-AU for qemu-devel@nongnu.org; Tue, 07 Feb 2006 16:45:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6ae3-0005CZ-4F for qemu-devel@nongnu.org; Tue, 07 Feb 2006 16:45:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6ae2-0005CW-Jx for qemu-devel@nongnu.org; Tue, 07 Feb 2006 16:45:06 -0500 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6ahD-0005n2-Ad for qemu-devel@nongnu.org; Tue, 07 Feb 2006 16:48:23 -0500 Received: from [84.102.211.183] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IUC00CPE6XM11P1@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 07 Feb 2006 22:41:46 +0100 (CET) Date: Tue, 07 Feb 2006 22:44:16 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32 In-reply-to: <20060207211810.GA31289@jbrown.mylinuxbox.org> Message-id: <43E914B0.6060808@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <000c01c62638$d55e7800$0464a8c0@athlon> <43E13FEC.7050804@bellard.org> <20060207211810.GA31289@jbrown.mylinuxbox.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jim C. Brown wrote: > On Thu, Feb 02, 2006 at 12:10:36AM +0100, Fabrice Bellard wrote: > >>Hi, >> >>I merged your patches and I made important changes to simplify them. I >>did not do any tests so tell me if you see problems. >> >>Regards, >> >>Fabrice. >> > > > Have you decided to accept the GPL license on it then? > > http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00217.html Yes because the features are packed in a single file which can be removed if needed. Fabrice.