From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CCq9T-0001Ra-5b for qemu-devel@nongnu.org; Wed, 29 Sep 2004 21:54:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CCq9S-0001RO-Pt for qemu-devel@nongnu.org; Wed, 29 Sep 2004 21:54:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCq9S-0001RL-N0 for qemu-devel@nongnu.org; Wed, 29 Sep 2004 21:54:34 -0400 Received: from [204.127.202.64] (helo=sccrmhc13.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CCq2b-0007fW-PP for qemu-devel@nongnu.org; Wed, 29 Sep 2004 21:47:30 -0400 Message-ID: <000801c4a68f$73bc2220$6900a8c0@cstreet> From: "John Poplett" Date: Wed, 29 Sep 2004 20:47:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] A QEMU net driver for OpenVPN's Tap-Win32 driver Reply-To: John Poplett , 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, all I'm looking at what it would take to create a QEMU net driver to interface with OpenVN's Tap-Win32 driver. So far it looks fairly straightforward to do. colinux interfaces to Tap-Win32 already. Has anyone else looked into this? John