From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmlAv-0003Of-3L for qemu-devel@nongnu.org; Mon, 27 Apr 2015 11:42:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmlAq-0004s1-15 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 11:42:25 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:34026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmlAp-0004qy-TS for qemu-devel@nongnu.org; Mon, 27 Apr 2015 11:42:19 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 27 Apr 2015 11:42:18 -0400 Received: from b01cxnp23033.gho.pok.ibm.com (b01cxnp23033.gho.pok.ibm.com [9.57.198.28]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 9CE2DC90058 for ; Mon, 27 Apr 2015 11:32:55 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp23033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t3RFfkpI63242354 for ; Mon, 27 Apr 2015 15:41:47 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t3RFfkZl029666 for ; Mon, 27 Apr 2015 11:41:46 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth Message-ID: <20150427154133.27251.42618@loki> Date: Mon, 27 Apr 2015 10:41:33 -0500 Subject: [Qemu-devel] [ANNOUNCE] QEMU 2.3.0 is now available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On behalf of the QEMU Team, I'd like to announce the availability of the QEMU 2.3.0 release. This release contains 1900+ commits from 184 authors. http://wiki.qemu.org/download/qemu-2.3.0.tar.bz2 The full list of changes are available at: http://wiki.qemu.org/ChangeLog/2.3 Highlights include: * Support for 32-bit KVM guests on 64-bit ARM hosts * Support for running KVM under valgrind * New IvyBridge CPU model for x86 guests * Xen: support for ioreq-server API * New 5KEc and 5KEf MIPS64r2, and M14K and M14Kc MIPS32r2 microMIPS CPU models for MIPS guests * Basic support for transactional memory extentions in PowerPC guests * Improved VGA support for little-endian PPC/pSeries guests * PCI bus support for s390x guests * Support for automatic guest device unplug when passthrough devices are unbound from VFIO host driver * Improved UI performance/support for GTK+/VNC/SDL/Spice, and VNC support for multiseat * Performance improvements for virtio-blk emulation: asynchronous SCSI request handling, and disk read merging. * QEMU Guest Agent: now also supports file operations in Windows guests, can be used to enable/disable memory blocks in linux guests in support for memory hotplug. * Migration can now include a JSON description of migration stream to aid in identifying incompatibilities betweens guests/hosts. * And lots more... Thank you to everyone involved! Sincerely, Michael Roth