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 1BGS2q-0005Gb-Rh for qemu-devel@nongnu.org; Wed, 21 Apr 2004 20:26:24 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGRyp-00047N-4T for qemu-devel@nongnu.org; Wed, 21 Apr 2004 20:22:46 -0400 Received: from [193.252.22.26] (helo=mwinf0502.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGRyV-0003zM-Ug for qemu-devel@nongnu.org; Wed, 21 Apr 2004 20:21:56 -0400 Received: from bellard.org (ATuileries-112-1-1-154.w80-11.abo.wanadoo.fr [80.11.167.154]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 463F5E8003E2 for ; Thu, 22 Apr 2004 02:21:54 +0200 (CEST) Message-ID: <4087109D.8000000@bellard.org> Date: Thu, 22 Apr 2004 02:23:57 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] User mode only network progress References: <000701c41cbf$49b386d0$0401a8c0@putte2k> <200404210920.31731.jm@poure.com> <4086C91E.9040004@bellard.org> <200404212137.17285.Rudi@LYRIKpage.de> <4086F0C8.5070900@bellard.org> In-Reply-To: <4086F0C8.5070900@bellard.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: qemu-devel@nongnu.org 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). Fabrice.