From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3q5o-0002hK-Tx for qemu-devel@nongnu.org; Tue, 31 Jan 2006 02:38:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3q5c-0002d1-7q for qemu-devel@nongnu.org; Tue, 31 Jan 2006 02:38:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3q5b-0002cx-Nm for qemu-devel@nongnu.org; Tue, 31 Jan 2006 02:38:11 -0500 Received: from [211.5.2.69] (helo=nm01omta01d.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1F3q3x-0006Ad-Te for qemu-devel@nongnu.org; Tue, 31 Jan 2006 02:36:30 -0500 Message-ID: <000c01c62638$d55e7800$0464a8c0@athlon> From: "Kazu" Subject: [Qemu-devel][PATCH] Tap and VLAN socket support for win32 Date: Tue, 31 Jan 2006 16:34:56 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-2022-jp"; reply-type=original Content-Transfer-Encoding: 7bit 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 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