From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BjNmg-0005OY-8j for qemu-devel@nongnu.org; Sat, 10 Jul 2004 15:45:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BjNme-0005Ny-JK for qemu-devel@nongnu.org; Sat, 10 Jul 2004 15:45:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjNme-0005Nt-GK for qemu-devel@nongnu.org; Sat, 10 Jul 2004 15:45:16 -0400 Received: from [193.252.22.28] (helo=mwinf0303.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BjNkG-0001Bv-9z for qemu-devel@nongnu.org; Sat, 10 Jul 2004 15:42:48 -0400 Received: from bellard.org (ATuileries-112-1-4-169.w81-53.abo.wanadoo.fr [81.53.133.169]) by mwinf0303.wanadoo.fr (SMTP Server) with ESMTP id 88D995000820 for ; Sat, 10 Jul 2004 21:42:47 +0200 (CEST) Message-ID: <40F046BC.6040601@bellard.org> Date: Sat, 10 Jul 2004 21:42:52 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU version 0.6.0 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, QEMU version 0.6.0 is available at http://bellard.org/qemu. PCI is fully supported along with a Cirrus Logic GD5446 PCI VGA adapter. A preliminary PowerMac emulation is also included. Changelog: version 0.6.0: - minimalist FPU exception support (NetBSD FPU probe fix) - cr0.ET fix (Win95 boot) - *BSD port (Markus Niemisto) - I/O access fix (signaled by Mark Jonckheere) - IDE drives serial number fix (Mike Nordell) - int13 CDROM BIOS fix (aka Solaris x86 install CD fix) - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix) - BSR/BSF "undefined behaviour" fix - vmdk2raw: convert VMware disk images to raw images - PCI support - NE2K PCI support - dummy VGA PCI support - VGA font selection fix (Daniel Serpell) - PIC reset fix (Hidemi KAWAI) - PIC spurious irq support (aka Solaris install bug) - added '-localtime' option - Cirrus CL-GD54xx VGA support (initial patch by Makoto Suzuki (suzu)) - APM and system shutdown support - Fixed system reset - Support for other PC BIOSes - Initial PowerMac hardware emulation - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer) - initial IDE BMDMA support (needed for Darwin x86) - Set the default memory size for PC emulation to 128 MB Fabrice.