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 1BKqUF-0003WX-Of for qemu-devel@nongnu.org; Mon, 03 May 2004 23:20:51 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKqTj-0003MW-4O for qemu-devel@nongnu.org; Mon, 03 May 2004 23:20:50 -0400 Received: from [193.252.22.29] (helo=mwinf0201.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKqTi-0003MB-Nu for qemu-devel@nongnu.org; Mon, 03 May 2004 23:20:18 -0400 Received: from bellard.org (ATuileries-112-1-4-249.w81-53.abo.wanadoo.fr [81.53.133.249]) by mwinf0201.wanadoo.fr (SMTP Server) with ESMTP id 1E75C30003D1 for ; Tue, 4 May 2004 05:20:18 +0200 (CEST) Message-ID: <40970C74.4030704@bellard.org> Date: Tue, 04 May 2004 05:22:28 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Windows 98 News References: <4096D5EA.6020307@bellard.org> <4096FB3A.3020101@bellard.org> In-Reply-To: <4096FB3A.3020101@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 With my latest commits the user mode network also works with Win98 (I was able to use Internet Explorer). All the IP configuration is automatic because it uses the QEMU integrated DHCP server. Fabrice.