From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4R8G-0006vJ-Hu for qemu-devel@nongnu.org; Wed, 01 Feb 2006 18:11:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4R8F-0006uZ-D7 for qemu-devel@nongnu.org; Wed, 01 Feb 2006 18:11:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4R8F-0006uV-0n for qemu-devel@nongnu.org; Wed, 01 Feb 2006 18:11:23 -0500 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F4R6y-0005wg-BN for qemu-devel@nongnu.org; Wed, 01 Feb 2006 18:10:04 -0500 Received: from [84.102.211.198] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IU10024H6XLJ5G1@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Thu, 02 Feb 2006 00:08:09 +0100 (CET) Date: Thu, 02 Feb 2006 00:10:36 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32 In-reply-to: <000c01c62638$d55e7800$0464a8c0@athlon> Message-id: <43E13FEC.7050804@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT References: <000c01c62638$d55e7800$0464a8c0@athlon> 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 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. Kazu wrote: > Hi, > > I updated a patch to support tap for win32. > > Here is patches and a binary. > These patches are applied by patch -p1 option. Tap patch can be applied on > top of VLAN patch. VLAN patch is updated. > http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060111-vlan.patch > http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060111-tap.patch > > http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20060111-vlan-tap.zip > > Options are: > -net nic -net tap,ifname=my-tap > Use ifname to set a name of Tap. > my-tap is the name of my TAP-Win32 Adapter. > > Don't use the same network address as a physical network. > For example, if the physical network is 192.168.0.x, use different > network 192.168.10.y for TAP-Win32 Adapter. > > For more information, > http://www.h7.dion.ne.jp/~qemu-win/TapWin32-en.html#vlan > > Regards, > Kazu > > > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > >