From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkhUR-0006fw-OR for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:22:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkhUR-0006fG-0p for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:22:35 -0400 Received: from [199.232.76.173] (port=55977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkhUQ-0006f3-Pw for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:22:34 -0400 Received: from savannah.gnu.org ([199.232.41.3]:39877 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 1LkhUQ-0002CL-Ju for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:22:34 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LkhUP-00082t-Hz for qemu-devel@nongnu.org; Fri, 20 Mar 2009 16:22:33 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LkhUO-00082o-Ku for qemu-devel@nongnu.org; Fri, 20 Mar 2009 16:22:33 +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, 20 Mar 2009 16:22:32 +0000 Subject: [Qemu-devel] [6869] 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: 6869 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6869 Author: aliguori Date: 2009-03-20 16:22:31 +0000 (Fri, 20 Mar 2009) Log Message: ----------- Update Changelog Modified Paths: -------------- branches/stable_0_10_0/Changelog Modified: branches/stable_0_10_0/Changelog =================================================================== --- branches/stable_0_10_0/Changelog 2009-03-20 16:18:45 UTC (rev 6868) +++ branches/stable_0_10_0/Changelog 2009-03-20 16:22:31 UTC (rev 6869) @@ -1,5 +1,10 @@ version 0.10.1: + - virtio-net: allow masking of notifications on empty queue (Alex Williamson) + - e1000: fix rx descriptor low threshold logic (Alex Willaimson) + - x86 tcg: add NULL checks to lsl instruction (Jan Kiszka) + - kvm vga: fix screen corruption with -std-vga and Windows (Avi Kivity) + - kvm vga: fix screen corruption with Ubuntu installations (Glauber Costa) - virtio-net: check right return size on sg list (Alex Williamson) - Make qemu_announce_self handle holes (live migration after hotplug) (Marcelo Tosatti)