From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmxa5-000503-Jc for qemu-devel@nongnu.org; Fri, 29 Jul 2011 20:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qmxa4-0003GK-0g for qemu-devel@nongnu.org; Fri, 29 Jul 2011 20:39:05 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:35300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qmxa3-0003GE-T7 for qemu-devel@nongnu.org; Fri, 29 Jul 2011 20:39:03 -0400 Received: by gwb19 with SMTP id 19so3637664gwb.4 for ; Fri, 29 Jul 2011 17:39:03 -0700 (PDT) Message-ID: <4E3352A5.9090304@codemonkey.ws> Date: Fri, 29 Jul 2011 19:39:01 -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] QEMU 0.15.0-rc1 Release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: "Justin M. Forbes" , Avi Kivity Hi, On behalf of the entire QEMU team, I'm please to announce the release of QEMU 0.15.0-rc1. This is the second release candidate for the 0.15.0 release. There are numerous ways you can help participate in the 0.15.0 release. There is a testing coordination wiki page located at: http://wiki.qemu.org/Planning/0.15/Testing You can also help improve the ChangeLog documentation at: http://wiki.qemu.org/ChangeLog/0.15 And of course, you can download the 0.15.0-rc1 release at: http://wiki.qemu.org/download/qemu-0.15.0-rc1.tar.gz Below are the changes since the 0.15.0-rc0 release. I'd like to thank everyone who's participated in this release! - virtio-balloon: Unregister savevm section on device unplug (Amit Shah) - virtio-balloon: Add exit handler, fix memleaks (Amit Shah) - balloon: Reject negative balloon values (Amit Shah) - virtio-balloon: Check if balloon registration failed (Amit Shah) - balloon: Don't allow multiple balloon handler registrations (Amit Shah) - target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert (Peter M - target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM (Peter Maydel - target-arm: Support v6 barriers in linux-user mode (Peter Maydell) - target-arm: Mark 1136r1 as a v6K core (Peter Maydell) - virtio-balloon: Fix header comment; add Copyright (Amit Shah) - balloon: Fix header comment; add Copyright (Amit Shah) - balloon: Separate out stat and balloon handling (Amit Shah) - virtio-balloon: Separate status handling into separate function (Amit Shah) - balloon: Simplify code flow (Amit Shah) - balloon: Add braces around if statements (Amit Shah) - balloon: Make functions, local vars static (Amit Shah) - Let users select their pythons (Blue Swirl) - simpletrace: suppress a warning from unused variable (Blue Swirl) - Wrap recv to avoid warnings (Blue Swirl) - Fix chrdev return value conversion (Blue Swirl) - qemu-ga: remove dependency on gio and gthread (Anthony Liguori) - guest-agent: only enable FSFREEZE when it's supported by the kernel (Anthony Liguori) Regards, Anthony Liguori