From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRLBt-0001c2-Sj for qemu-devel@nongnu.org; Sun, 24 Sep 2006 00:02:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRLBs-0001Zg-5J for qemu-devel@nongnu.org; Sun, 24 Sep 2006 00:02:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRLBr-0001ZN-WB for qemu-devel@nongnu.org; Sun, 24 Sep 2006 00:02:04 -0400 Received: from [211.5.2.75] (helo=nm01omta01f.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1GRLFy-0007YU-5g for qemu-devel@nongnu.org; Sun, 24 Sep 2006 00:06:18 -0400 Message-ID: <002001c6df8e$3387dd90$0464a8c0@athlon> From: "Kazu" Subject: [Qemu-devel] VLAN for win32 Date: Sun, 24 Sep 2006 13:02:06 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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, A patch below improves a performance of VLAN for win32. It is from three to five times faster than now. I used events to handle network instead of select and used WaitForMultipleObjects to detect events. Binary. http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-20060922-vlan-tap.zip Patch. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060922-vlan.patch Regards, Kazu