From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaCri-0002sh-ET for qemu-devel@nongnu.org; Wed, 08 May 2013 18:29:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaCrh-0003ma-53 for qemu-devel@nongnu.org; Wed, 08 May 2013 18:29:38 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:60743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaCrg-0003ly-Ii for qemu-devel@nongnu.org; Wed, 08 May 2013 18:29:37 -0400 Received: from /spool/local by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 May 2013 08:27:08 +1000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [9.190.235.21]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 7A83B2BB0023 for ; Thu, 9 May 2013 08:29:28 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r48MTL9s14614606 for ; Thu, 9 May 2013 08:29:21 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r48MTRId025528 for ; Thu, 9 May 2013 08:29:27 +1000 Received: from localhost6.localdomain6 ([9.57.64.144]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r48MTPMV025311 for ; Thu, 9 May 2013 08:29:26 +1000 From: Anthony Liguori Date: Wed, 8 May 2013 17:29:07 -0500 Message-Id: <1368052147-16613-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [ANNOUNCE] QEMU 1.5.0-rc1 is now available 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 second release candidate for the QEMU 1.5 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-1.5.0-rc1.tar.bz2 You can help improve the quality of the QEMU 1.5 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 1.5 release is available at: http://wiki.qemu.org/Planning/1.5 Please add entries to the ChangeLog for the 1.5 release below: http://wiki.qemu.org/ChangeLog/Next This following changes have been made since 1.5.0-rc0: - virtio: properly validate address before accessing config (Jason Wang) - virtio-pci: fix level interrupts (Michael S. Tsirkin) - PPC: Fix rldcl (Alexander Graf) - PPC: Depend behavior of cmp instructions only on instruction encoding (Alexander Graf) - target-mips: fix incorrect behaviour for INSV (Petar Jovanovic) - target-mips: add missing check_dspr2 for multiply instructions (Petar Jovanovic) - qemu-iotests: fix 017 018 for vmdk (Fam Zheng) - qemu-iotests: exclude vmdk and qcow from 043 (Fam Zheng) - qemu-iotests: exclude vmdk for test 042 (Fam Zheng) - qtest/ide-test: Test short and long PRDTs (Kevin Wolf) - qtest/ide-test: Add simple DMA read/write test case (Kevin Wolf) - qtest: Add IDE test case (Kevin Wolf) - libqos/pci: Enable bus mastering (Kevin Wolf) - ide: Reset BMIDEA bit when the bus master is stopped (Kevin Wolf) - de_DE.po: Add missing leading spaces (Kevin Wolf) - ahci: Don't allow creating slave drives (Kevin Wolf) Regards, Anthony Liguori