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 1BKmvW-00082c-Go for qemu-devel@nongnu.org; Mon, 03 May 2004 19:32:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKmqY-00041Y-Cx for qemu-devel@nongnu.org; Mon, 03 May 2004 19:28:10 -0400 Received: from [193.252.22.29] (helo=mwinf0201.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKmqX-0003zZ-Jp for qemu-devel@nongnu.org; Mon, 03 May 2004 19:27:37 -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 EFB1A3000424 for ; Tue, 4 May 2004 01:27:35 +0200 (CEST) Message-ID: <4096D5EA.6020307@bellard.org> Date: Tue, 04 May 2004 01:29:46 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Windows 98 News 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, My latest patches should finally fix the hardware probe problems during the Windows 98 installation. They also correct the timer issue I mentionned in my previous posts. There is still a hang up while trying to initialize the floppy controller just after the second reboot of the installation (it must be disabled in hw/pc.c). The CD-ROM is still not recognized properly. If you except these two last problems, Windows 98 should work much better. The subjective speed is also _much_ better (who said QEMU VGA emulation was slow ?:-)). Fabrice.