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 1BA9mq-0005jP-GU for qemu-devel@nongnu.org; Sun, 04 Apr 2004 11:43:52 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BA9lb-0004Gw-Bj for qemu-devel@nongnu.org; Sun, 04 Apr 2004 11:43:08 -0400 Received: from [193.252.22.26] (helo=mwinf0501.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BA9iv-0001Fb-8X for qemu-devel@nongnu.org; Sun, 04 Apr 2004 11:39:49 -0400 Received: from bellard.org (ATuileries-112-1-3-48.w81-48.abo.wanadoo.fr [81.48.134.48]) by mwinf0501.wanadoo.fr (SMTP Server) with ESMTP id 6FCBF4002DF for ; Sun, 4 Apr 2004 17:39:48 +0200 (CEST) Message-ID: <40702CB3.5050406@bellard.org> Date: Sun, 04 Apr 2004 17:41:39 +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 0.5.3 release 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 0.5.3 is available at http://bellard.org/qemu/. Changelog: version 0.5.3: - added Bochs VESA VBE support - VGA memory map mode 3 access fix (OS/2 install fix) - IDE fixes (Jens Axboe) - CPU interrupt fixes - fixed various TLB invalidation cases (NT install) - fixed cr0.WP semantics (XP install) - direct chaining support for SPARC and PowerPC (faster) - ARM NWFPE support (initial patch by Ulrich Hecht) - added specific x86 to x86 translator (close to native performance in qemu-i386 and qemu-fast) - shm syscalls support (Paul McKerras) - added accurate CR0.MP/ME/TS emulation - fixed DMA memory write access (Win95 boot floppy fix) - graphical x86 linux loader - command line monitor - generic removable device support - support of CD-ROM change - multiple network interface support - initial x86-64 host support (Gwenole Beauchesne) - lret to outer priviledge fix (OS/2 install fix) - task switch fixes (SkyOS boot) - VM save/restore commands - new timer API - more precise RTC emulation (periodic timers + time updates) - Win32 port (initial patch by Kazu) Fabrice.