From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiA9k-000429-To for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:22:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiA9j-00040b-Li for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:22:43 -0400 Received: from [199.232.76.173] (port=40314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiA9j-00040D-AQ for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:22:43 -0400 Received: from savannah.gnu.org ([199.232.41.3]:38112 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LiA9j-0002hX-1W for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:22:43 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LiA9i-0006YO-BQ for qemu-devel@nongnu.org; Fri, 13 Mar 2009 16:22:42 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LiA9h-0006YE-RI for qemu-devel@nongnu.org; Fri, 13 Mar 2009 16:22:41 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Fri, 13 Mar 2009 16:22:41 +0000 Subject: [Qemu-devel] [6849] Update changelog 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 Revision: 6849 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6849 Author: aliguori Date: 2009-03-13 16:22:41 +0000 (Fri, 13 Mar 2009) Log Message: ----------- Update changelog Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/Changelog Modified: trunk/Changelog =================================================================== --- trunk/Changelog 2009-03-13 16:22:40 UTC (rev 6848) +++ trunk/Changelog 2009-03-13 16:22:41 UTC (rev 6849) @@ -1,3 +1,25 @@ +version 0.10.1: + + - virtio-net: check right return size on sg list (Alex Williamson) + - Make qemu_announce_self handle holes (live migration after hotplug) + (Marcelo Tosatti) + - Revert r6804-r6808 (qcow2 allocation info). This series of changes added + a high cost to startup for large qcow2 images (Anthony Liguori) + - qemu-img: fix help message (Aurelien Jarno) + - Fix build for non-default installs of SDL (Anthony Liguori) + - Fix race condition in env->interrupt_request. When using TCG and a dynticks + host timer, this condition could cause TCG to get stuck in an infinite + loop (Aurelien Jarno) + - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka) + - Fix encrypted disk reporting in 'info block' (Jan Kiszka) + - Fix console size with tiny displays (MusicPal) (Jan Kiszka) + - Improve error handling in bdrv_open2 (Jan Kiszka) + - Avoid leaking data in mux'ed character devices (Jan Kiszka) + - Fix initial character device reset (no banner in monitor) (Jan Kiszka) + - Fix cpuid KVM crash on i386 host (Lubomir Rintel) + - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation + (Ryan Harper) + version 0.10.0: - TCG support (No longer requires GCC 3.x)