From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXbgl-0007s1-NV for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:10:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXbgk-0007rF-6p for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:10:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXbgj-0007qb-Pe for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:10:29 -0400 Received: from [147.102.222.220] (helo=diomedes.noc.ntua.gr) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BXbfI-0004cA-63 for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:09:00 -0400 Received: from dblab.ece.ntua.gr (ithaca.dbnet.ece.ntua.gr [147.102.12.1]) by diomedes.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i5888wGC027571 for ; Tue, 8 Jun 2004 11:08:58 +0300 (EEST) (envelope-from estama@dblab.ece.ntua.gr) Received: from [147.102.230.27] (ppp-230-027.dialup.ntua.gr [147.102.230.27]) by dblab.ece.ntua.gr (8.12.11/8.12.11) with ESMTP id i5888v2A086564 for ; Tue, 8 Jun 2004 11:08:57 +0300 (EEST) (envelope-from estama@dblab.ece.ntua.gr) Message-ID: <40C57620.4010600@dblab.ece.ntua.gr> Date: Tue, 08 Jun 2004 11:17:36 +0300 From: Stamatogiannakis Elefterios MIME-Version: 1.0 Subject: Re: [Qemu-devel] Usermode networking for win32 References: <40C0F0A8.4060501@dblab.ece.ntua.gr><006c01c44ae9$1149ef70$0264a8c0@afina> <40C28825.3070208@dblab.ece.ntua.gr> <001701c44d14$8a82d050$0264a8c0@afina> In-Reply-To: <001701c44d14$8a82d050$0264a8c0@afina> 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: qemu-devel@nongnu.org Thanks Kazu. I'll take a look at your patch. I'll certainly learn from it. teris. kazu wrote: > 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 > > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel