From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8set-0004RZ-1U for qemu-devel@nongnu.org; Tue, 04 Sep 2012 08:55:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8seo-00052e-EM for qemu-devel@nongnu.org; Tue, 04 Sep 2012 08:55:10 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:58597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8seo-0004mM-8K for qemu-devel@nongnu.org; Tue, 04 Sep 2012 08:55:06 -0400 Received: from /spool/local by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Sep 2012 06:55:01 -0600 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id DEEF83E4003F for ; Tue, 4 Sep 2012 06:54:56 -0600 (MDT) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q84CsZDM118996 for ; Tue, 4 Sep 2012 06:54:40 -0600 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q84CtwX3004401 for ; Tue, 4 Sep 2012 06:55:58 -0600 Received: from titi.na.relay.ibm.com (sig-9-65-194-45.mts.ibm.com [9.65.194.45]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q84CttNW004247 for ; Tue, 4 Sep 2012 06:55:58 -0600 From: Anthony Liguori Date: Tue, 04 Sep 2012 07:54:28 -0500 Message-ID: <87txvedk3f.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [ANNOUNCE] QEMU 1.2.0-rc3 release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On behalf of the QEMU Team, I'd like to announce the availability of the third and final release candidate for the QEMU 1.2 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-1.2.0-rc3.tar.bz2 You can help improve the quality of the QEMU 1.2 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 1.2 release is available at: http://wiki.qemu.org/Planning/1.2 And a detailed change log is available at: http://wiki.qemu.org/ChangeLog/Next Known Issues: - References are not completely released during device removal which may lead to internal memory leaks. Changelog since -rc2: -console: Fix warning from clang (and potential crash) (Stefan Weil) -uas: move transfer kickoff (Gerd Hoffmann) -ehci: Fix interrupt endpoints no longer working (Hans de Goede) -ehci: handle TD deactivation of inflight packets (Gerd Hoffmann) -ehci: add ehci_cancel_queue() (Gerd Hoffmann) -ehci: simplify ehci_state_executing (Hans de Goede) -ehci: Remove unnecessary ehci_flush_qh call (Hans de Goede) -ehci: Schedule async-bh when IAAD bit gets set (Hans de Goede) -ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active -usb: unique packet ids (Gerd Hoffmann) -usb: Halt ep queue en cancel pending packets on a packet error (Hans de Goede) -fix info qtree indention (Gerd Hoffmann) -w32: Fix broken build (Stefan Weil) -qemu-iotests: add backing file smaller than image test case (Stefan Hajnoczi) -stream: complete early if end of backing file is reached (Stefan Hajnoczi) -qed: refuse unaligned zero writes with a backing file (Stefan Hajnoczi) Regards, Anthony Liguori