From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXGMl-0002OF-JI for qemu-devel@nongnu.org; Thu, 25 Sep 2014 17:14:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXGMU-0003G7-Mh for qemu-devel@nongnu.org; Thu, 25 Sep 2014 17:14:19 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:47820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXGMU-0003FC-Ia for qemu-devel@nongnu.org; Thu, 25 Sep 2014 17:14:02 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 25 Sep 2014 17:13:55 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth Message-ID: <20140925211351.16792.97245@loki> Date: Thu, 25 Sep 2014 16:13:51 -0500 Subject: [Qemu-devel] [ANNOUNCE] QEMU 2.1.2 Stable released List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org Hi everyone, I am pleased to announce that the QEMU v2.1.2 stable release is now available at: http://wiki.qemu.org/download/qemu-2.1.2.tar.bz2 v2.1.2 is now tagged in the official qemu.git repository, and the stable-2.1 branch has been updated accordingly: http://git.qemu.org/?p=3Dqemu.git;a=3Dshortlog;h=3Drefs/heads/stable-2.1 This is a minor update to the recent 2.1.1 release which fixes a live migration regression while using vhost, as well as virtio issues with PPC guests. This release also includes an important security fix for guests using user-mode networking (slirp). Please see log and relevant CVE for additional details. Thank you to everyone involved! CHANGELOG: 562d6b4: Update version for v2.1.2 release (Michael Roth) 9a72433: slirp: udp: fix NULL pointer dereference because of uninitialized = socket (Petr Matousek) 00dd2b2: pc: leave more space for BIOS allocations (Michael S. Tsirkin) 80f4d02: Revert "virtio: don't call device on !vm_running" (Michael S. Tsir= kin) 074e347: virtio-net: drop assert on vm stop (Michael S. Tsirkin) 9e8d994: Revert "rng-egd: remove redundant free" (Eduardo Habkost) a56b9cf: hw/machine: Free old values of string properties (Eduardo Habkost) 0717855: Revert "spapr_pci: map the MSI window in each PHB" (Greg Kurz)