From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGlsh-0007Sq-EQ for qemu-devel@nongnu.org; Thu, 22 Apr 2004 17:37:15 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGlsB-0007JS-DB for qemu-devel@nongnu.org; Thu, 22 Apr 2004 17:37:14 -0400 Received: from [130.136.10.114] (helo=pob.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGlll-0005XL-GW for qemu-devel@nongnu.org; Thu, 22 Apr 2004 17:30:05 -0400 Date: Thu, 22 Apr 2004 23:30:03 +0200 Subject: Re: [Qemu-devel] User mode only network progress Message-ID: <20040422213003.GA21319@cs.unibo.it> References: <000701c41cbf$49b386d0$0401a8c0@putte2k> <200404210920.31731.jm@poure.com> <4086C91E.9040004@bellard.org> <200404212137.17285.Rudi@LYRIKpage.de> <4086F0C8.5070900@bellard.org> <4087109D.8000000@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4087109D.8000000@bellard.org> From: renzo@cs.unibo.it (Renzo Davoli) 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 On Thu, Apr 22, 2004 at 02:23:57AM +0200, Fabrice Bellard wrote: > I have just commited the user mode network stack. It is not enabled by > default because it is considered as being very experimental. I am > interested by testing results with various OSes. It would also be useful > to test the DHCP implementation (I just made a few tests with /sbin/dhcpcd). It works like a charm! I have compiled qemu with slirp (./configure --enable-slirp) on linux-ppc. I had to create a pair of symbolic link (there is a problem with the makefile: it looks for slirp as a subdir of i386 and i386-softmmu). Then the make completed and the with the resulting qemu executable I started a debian/sarge i386. dhcp+slirp worked perfectly (for the 5 minutes test I have made). renzo