From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlAZH-0006Ux-21 for qemu-devel@nongnu.org; Sat, 21 Mar 2009 19:25:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlAZC-0006St-LZ for qemu-devel@nongnu.org; Sat, 21 Mar 2009 19:25:30 -0400 Received: from [199.232.76.173] (port=60666 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlAZC-0006Sq-GP for qemu-devel@nongnu.org; Sat, 21 Mar 2009 19:25:26 -0400 Received: from an-out-0708.google.com ([209.85.132.250]:22561) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlAZC-000660-8A for qemu-devel@nongnu.org; Sat, 21 Mar 2009 19:25:26 -0400 Received: by an-out-0708.google.com with SMTP id c5so1005716anc.37 for ; Sat, 21 Mar 2009 16:25:25 -0700 (PDT) Message-ID: <49C57763.8040904@codemonkey.ws> Date: Sat, 21 Mar 2009 18:25:23 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] ANNOUNCE: Release 0.10.1 of QEMU 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" Cc: kvm-devel The QEMU team is pleased to announce the availability of the 0.10.1 release. This is a stable release of the 0.10 tree and contains only bug fixes since the 0.10.0. The attached Changelog includes all of the changes that have went in since 0.10.0. It can be downloaded from Savannah at: http://savannah.nongnu.org/download/qemu/qemu-0.10.1.tar.gz It may take a couple hours for the Savannah mirrors to update so if you get an error, try again later. - 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) - 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) Regards, Anthony Liguori