From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFwEn-0001pG-JU for qemu-devel@nongnu.org; Fri, 08 Oct 2004 11:00:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFwDE-0000xv-SR for qemu-devel@nongnu.org; Fri, 08 Oct 2004 10:59:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFwCo-0000eq-0j for qemu-devel@nongnu.org; Fri, 08 Oct 2004 10:58:50 -0400 Received: from [66.90.130.73] (helo=mx1.lsn.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CFw5t-00048C-Mm for qemu-devel@nongnu.org; Fri, 08 Oct 2004 10:51:42 -0400 Message-ID: <4166A96C.9000208@grandecom.net> Date: Fri, 08 Oct 2004 09:51:24 -0500 From: Gregory Alexander MIME-Version: 1.0 Subject: Re: [Qemu-devel] Patch to allow user-mode networking for Win32 References: <000001c4ac8b$79d26640$6401a8c0@geodb.org> In-Reply-To: <000001c4ac8b$79d26640$6401a8c0@geodb.org> Content-Type: text/plain; charset=us-ascii; format=flowed 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: bolle@geodb.org, qemu-devel@nongnu.org I was compiling under cygwin and actually changed the debug output to print to stdout and hand-coded the debug level. It wasn't too bad. I still seem to be having problems with long downloads. (like a debian install over the network.) Oh, well, if I get the chance, I may look at it some more. Thanks, GREG Andreas Bollhalder wrote: > Hello Greg > > >>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. > > > Thank you very much for this > patch. My FreeDOS-GEOS image > works again with the ISA > NE2000 driver for the DOSODI > network. The last QEmu version > which worked was the one from > http://www.h7.dion.ne.jp/~qemu > -win/index.html (2004/07/12). > > I had started too with daily > builds and tried to apply the > slirp patch from the same site > mentioned above, but got stuck > after 3 or 4 hours. Also the > DEBUG output didn't worked for > me. Maybe, I need to spend > more time in deeper C > programming. > > Greetings > > Andreas > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > > >