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 1BG4EW-0004fH-HK for qemu-devel@nongnu.org; Tue, 20 Apr 2004 19:00:52 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BG4De-0004Jo-ME for qemu-devel@nongnu.org; Tue, 20 Apr 2004 19:00:30 -0400 Received: from [193.252.22.23] (helo=mwinf0802.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BG4Cd-0003yL-A3 for qemu-devel@nongnu.org; Tue, 20 Apr 2004 18:58:55 -0400 Received: from bellard.org (ATuileries-112-1-2-145.w80-14.abo.wanadoo.fr [80.14.188.145]) by mwinf0802.wanadoo.fr (SMTP Server) with ESMTP id 5ABD018000E8 for ; Wed, 21 Apr 2004 00:58:52 +0200 (CEST) Message-ID: <4085ABA7.7010403@bellard.org> Date: Wed, 21 Apr 2004 01:00:55 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <000701c41cbf$49b386d0$0401a8c0@putte2k> <4074604D.6030201@bellard.org> <1081989718.17780.10.camel@bach> <407F0042.7090407@bellard.org> In-Reply-To: <407F0042.7090407@bellard.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] User mode only network progress 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, I finally had a few hours to work on the user mode network and I was able to set up my first TCP connections and DNS requests. I still have to make some cosmetics changes, but it works now at least for a Linux host. I added an ARP protocol layer so that the guest OS can really see an ethernet network. I still have to add a simple DHCP server code to have an automatic network installation in most guest OSes. Some people may be interested by a virtual PPP link via a virtual modem on the virtual serial port... but I won't implement it :-) Fabrice.