From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DotKa-0002PT-Eo for qemu-devel@nongnu.org; Sat, 02 Jul 2005 21:31:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DotGB-0001Wp-9M for qemu-devel@nongnu.org; Sat, 02 Jul 2005 21:27:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DotG7-0001O7-W2 for qemu-devel@nongnu.org; Sat, 02 Jul 2005 21:27:00 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Dot6l-0003oI-Sq for qemu-devel@nongnu.org; Sat, 02 Jul 2005 21:17:20 -0400 From: Paul Brook Subject: Re: [Qemu-devel] netfilter Date: Sun, 3 Jul 2005 02:11:34 +0100 References: <1120333873.25189.44.camel@aragorn> <1120347660.25189.56.camel@aragorn> In-Reply-To: <1120347660.25189.56.camel@aragorn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507030211.37847.paul@codesourcery.com> 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, jhoger@pobox.com > Based on keeping "system emulation under the BSD license" it can't... > basically a non-reason on actual technical merit. So if this is still > Fabrice's wish, it could be done but would require maintaining user-net > separately from QEMU proper (btw, it seems the QEMU License page should > probably be updated to reflect this... as far as one can tell from that, > the GPL is the primary license for QEMU). Most of qemu is LGPL (or third party BSD/other), not GPL. Only the linux-user bits are GPL. Paul