From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXYt7-0003b7-Lw for qemu-devel@nongnu.org; Tue, 08 Jun 2004 01:11:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXYt6-0003aY-7C for qemu-devel@nongnu.org; Tue, 08 Jun 2004 01:11:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXYt6-0003Zr-1b for qemu-devel@nongnu.org; Tue, 08 Jun 2004 01:11:04 -0400 Received: from [211.5.2.75] (helo=nm01omta016.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.34) id 1BXYs7-00027q-4g for qemu-devel@nongnu.org; Tue, 08 Jun 2004 01:10:03 -0400 Message-ID: <001701c44d14$8a82d050$0264a8c0@afina> From: "kazu" References: <40C0F0A8.4060501@dblab.ece.ntua.gr><006c01c44ae9$1149ef70$0264a8c0@afina> <40C28825.3070208@dblab.ece.ntua.gr> Subject: Re: [Qemu-devel] Usermode networking for win32 Date: Tue, 8 Jun 2004 13:53:28 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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, Sunday, June 06, 2004 12:40 AM Stamatogiannakis Elofterios wrote: > Are we duplicating effort? Yes. Sunday, June 06, 2004 11:57 AM Stamatogiannakis Elefterios wrote: > > Kazu do you know if the entire poll section is needed in order to run > slirp in vl.c? (i'm referring to /* poll any events */). > Yes, it needs. It seems that my patch works. Here is my patch. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.5.5-slirp.patch.gz It needs to refine it but I tested telnet, ftp, lynx in RedHat 7.2 on Windows2000. To make the program, apply this patch and ./configure --enable-slirp. Then on GestOS, modprobe ne irq=9 io=0x300 dhcpcd eth0 or dhclient eth0 It takes time to get IP address from DHCP server. Then I can use those programs. I think it is the same for Morphix. It needs to disable NTLM authentication on Windows2000 to telnet. Regards, kazu