From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFaoA-00017v-7v for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:07:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFao8-00016y-Eu for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:07:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFao8-00016b-1y for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:07:56 -0400 Received: from [66.90.130.74] (helo=mx2.lsn.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CFah1-0004GU-Vg for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:00:36 -0400 Message-ID: <416566CC.6010202@grandecom.net> Date: Thu, 07 Oct 2004 10:54:52 -0500 From: Gregory Alexander MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Patch to allow user-mode networking for Win32 References: <41646034.7010704@grandecom.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: daimon55@free.fr, qemu-devel@nongnu.org guest -> host wasn't even working for me, and this fixed it. I'm=20 running KNOPPIX guest on an XP host. I earlier sent an updated patch (fixes a memory bug in a non-broken way). Please try out the new patch and make sure it works for you. If so,=20 that patch is better. Thanks, GREG Ronald wrote: > Le Wed, 06 Oct 2004 16:14:28 -0500, Gregory Alexander a =E9crit : >=20 >=20 >>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() ca= lls >>in the slirp code, and also adds a changes a few other minor changes th= at >>were necessary to make the slirp code work in a Windows environment. >> >=20 >=20 > This fixes host -> guest connexion, now telnet or ssh are working. >=20 >=20 >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >=20 >=20