From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3y4b-0005jO-JX for qemu-devel@nongnu.org; Tue, 31 Jan 2006 11:09:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3y4V-0005gi-Eu for qemu-devel@nongnu.org; Tue, 31 Jan 2006 11:09:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3xyR-00023A-W1 for qemu-devel@nongnu.org; Tue, 31 Jan 2006 11:03:20 -0500 Received: from [64.233.162.201] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3xwx-0006cA-2g for qemu-devel@nongnu.org; Tue, 31 Jan 2006 11:01:47 -0500 Received: by zproxy.gmail.com with SMTP id z3so1272404nzf for ; Tue, 31 Jan 2006 08:00:10 -0800 (PST) Message-ID: <2ad73a0601310800m6e55a588rb9c90a9e338498c8@mail.gmail.com> Date: Tue, 31 Jan 2006 14:00:09 -0200 From: =?ISO-8859-1?Q?Andr=E9_Braga?= Subject: Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32 In-Reply-To: <000c01c62638$d55e7800$0464a8c0@athlon> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 Wow, thanks! I almost gave up on seeing someone port over this patch :) -- "I decry the current tendency to seek patents on algorithms. There are better ways to earn a living than to prevent other people from making use of one's contributions to computer science." Donald Knuth On 1/31/06, 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 o= n > 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=3Dmy-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 networ= k > 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