From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AkmvJ-0000jP-8f for qemu-devel@nongnu.org; Sun, 25 Jan 2004 11:15:45 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AkmuW-0000ZV-RR for qemu-devel@nongnu.org; Sun, 25 Jan 2004 11:15:27 -0500 Received: from [193.252.22.28] (helo=mwinf0304.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkmuW-0000ZC-FN for qemu-devel@nongnu.org; Sun, 25 Jan 2004 11:14:56 -0500 Received: from free.fr (ATuileries-112-1-2-17.w80-14.abo.wanadoo.fr [80.14.188.17]) by mwinf0304.wanadoo.fr (SMTP Server) with ESMTP id A37B3A804095 for ; Sun, 25 Jan 2004 17:14:55 +0100 (CET) Message-ID: <4013EBC9.9030406@free.fr> Date: Sun, 25 Jan 2004 17:16:09 +0100 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.2 Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, QEMU 0.5.2 is out. A statically linked binary distribution for i386 is also available. There are still many known problems (see the TODO list !), but more OSes are working. version 0.5.2: - improved soft MMU speed (assembly functions and specializing) - improved multitasking speed by avoiding flushing TBs when switching tasks - improved qemu-fast speed - improved self modifying code handling (big performance gain in softmmu mode). - fixed IO checking - fixed CD-ROM detection (win98 install CD) - fixed addseg real mode bug (GRUB boot fix) - added ROM memory support (win98 boot) - fixed 'call Ev' in case of paging exception - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically when launching executables for the supported target CPUs. - PowerPC system emulation update (Jocelyn Mayer) - PC floppy emulation and DMA fixes (Jocelyn Mayer) - polled mode for PIC (Jocelyn Mayer) - fixed PTE dirty bit handling - fixed xadd same reg bug - fixed cmpxchg exception safeness - access to virtual memory in gdb stub - task gate and NT flag fixes - eflags optimisation fix for string operations Fabrice.