From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkhVR-0007FI-2x for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:23:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkhVM-0007AU-CH for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:23:36 -0400 Received: from [199.232.76.173] (port=55992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkhVM-0007A8-2i for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:23:32 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:44604) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LkhVL-0002IE-Rd for qemu-devel@nongnu.org; Fri, 20 Mar 2009 12:23:31 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e1.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n2KGKnbO029894 for ; Fri, 20 Mar 2009 12:20:49 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n2KGNUIp187700 for ; Fri, 20 Mar 2009 12:23:30 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n2KGM3cs014738 for ; Fri, 20 Mar 2009 12:22:03 -0400 Received: from squirrel.codemonkey.ws (sig-9-65-237-170.mts.ibm.com [9.65.237.170]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n2KGM3Mc014649 for ; Fri, 20 Mar 2009 12:22:03 -0400 Message-ID: <49C3C2FF.7060702@us.ibm.com> Date: Fri, 20 Mar 2009 11:23:27 -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] Next stable release 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" We've accumulated a good number of patches in the stable tree. I'd like to cut a release tomorrow sometime mid-day. I wanted to cut a release this past Wednesday but was too busy. Below is the current changelog. If you can, please test the stable tree and let me know if you run into any issues. I'd appreciate holding off on committing any additional stable patches until after the release tomorrow. Note, I've tried to make the changelog descriptive enough that someone can look at it to determine whether the stable release fixes their bug. 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) - 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