From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Apoyq-0001Dx-68 for qemu-devel@nongnu.org; Sun, 08 Feb 2004 08:28:12 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ApoyE-0000fU-5c for qemu-devel@nongnu.org; Sun, 08 Feb 2004 08:28:06 -0500 Received: from [193.252.22.28] (helo=mwinf0304.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ApoyD-0000eS-Cr for qemu-devel@nongnu.org; Sun, 08 Feb 2004 08:27:33 -0500 Message-ID: <4026398E.3090008@free.fr> Date: Sun, 08 Feb 2004 14:28:46 +0100 From: Fabrice Bellard MIME-Version: 1.0 References: <20040207231722.GA17086@MAIL.13thfloor.at> In-Reply-To: <20040207231722.GA17086@MAIL.13thfloor.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: multiple nics in QEMU Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Herbert Poetzl Cc: qemu-devel@nongnu.org Good Idea. I'll add that in the CVS. Fabrice. Herbert Poetzl wrote: > Hi Fabrice! > > it would be nice to have support for multiple nics > in QEMU, to test network stuff and routing with the > linux kernel for example ... > > attached is a patch, which should be considered a > proof of concept code for that, and maybe the first > step, the next would require to adapt the command > line options to make use of this, and to move the > nic_fd into the NE2000 struct, so I didn't do that, > because I do not know your preferences there ... > > HTH, > Herbert