From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFZ0S-00080A-3v for qemu-devel@nongnu.org; Thu, 07 Oct 2004 10:12:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFZ0R-0007zu-Ft for qemu-devel@nongnu.org; Thu, 07 Oct 2004 10:12:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFZ0R-0007zk-AX for qemu-devel@nongnu.org; Thu, 07 Oct 2004 10:12:31 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFYta-0003R3-20 for qemu-devel@nongnu.org; Thu, 07 Oct 2004 10:05:26 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CFYtY-0004w4-00 for ; Thu, 07 Oct 2004 16:05:24 +0200 Received: from amarseille-206-1-14-145.w81-49.abo.wanadoo.fr ([81.49.202.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2004 16:05:24 +0200 Received: from daimon55 by amarseille-206-1-14-145.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2004 16:05:24 +0200 From: Ronald Date: Thu, 07 Oct 2004 16:05:20 +0200 Message-ID: References: <41646034.7010704@grandecom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Patch to allow user-mode networking for Win32 Reply-To: daimon55@free.fr, 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 Le Wed, 06 Oct 2004 16:14:28 -0500, Gregory Alexander a écrit : > Win32 networking doesn't work with the write() and read() calls, it has to > use send() and recv(). This code replaces socket write() and read() calls > in the slirp code, and also adds a changes a few other minor changes that > were necessary to make the slirp code work in a Windows environment. > This fixes host -> guest connexion, now telnet or ssh are working.