From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQuLy-0003zX-FS for qemu-devel@nongnu.org; Wed, 27 Apr 2005 17:45:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQuLu-0003xd-MP for qemu-devel@nongnu.org; Wed, 27 Apr 2005 17:45:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQuLu-0003rg-JA for qemu-devel@nongnu.org; Wed, 27 Apr 2005 17:45:50 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DQuOT-0006wk-Nb for qemu-devel@nongnu.org; Wed, 27 Apr 2005 17:48:30 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DQuEJ-0007m7-N2 for qemu-devel@nongnu.org; Wed, 27 Apr 2005 23:37:59 +0200 Received: from 212.204.94.8 ([212.204.94.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Apr 2005 23:37:59 +0200 Received: from Rudi by 212.204.94.8 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Apr 2005 23:37:59 +0200 From: Rudi Lippert Date: Wed, 27 Apr 2005 23:45:17 +0200 Message-ID: References: <426FFE58.2090901@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Sender: news Subject: [Qemu-devel] Re: QEMU version 0.7.0 is out 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 I think the changelog is missing one important thing: Initial KQemu support (if I'm not mistaken, it used to be in CVS only, and I suppose it IS supported now). Greets, Rudi Fabrice Bellard wrote: > Hi, > > QEMU version 0.7.0 is out. > > Changelog: > > - better BIOS translation and HDD geometry auto-detection > - user mode networking bug fix > - undocumented FPU ops support > - Cirrus VGA: support for 1280x1024x[8,15,16] modes > - 'pidfile' option > - .dmg disk image format support (Johannes Schindelin) > - keymaps support (initial patch by Johannes Schindelin) > - big endian ARM support (Lennert Buytenhek) > - added generic 64 bit target support > - x86_64 target support > - initial APIC support > - MMX/SSE/SSE2/PNI support > - PC parallel port support (Mark Jonckheere) > - initial SPARC64 support (Blue Swirl) > - SPARC target boots Linux (Blue Swirl) > - armv5te user mode support (Paul Brook) > - ARM VFP support (Paul Brook) > - ARM "Angel" semihosting syscalls (Paul Brook) > - user mode gdb stub support (Paul Brook) > - Samba 3 support > - initial Cocoa support (Pierre d'Herbemont) > - generic FPU emulation code > - Virtual PC read-only disk image support (Alex Beregszaszi) > > Fabrice.