From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfczp-0000Qm-HJ for qemu-devel@nongnu.org; Mon, 03 Dec 2012 15:52:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tfczo-0000fL-2N for qemu-devel@nongnu.org; Mon, 03 Dec 2012 15:52:09 -0500 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:43420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfczn-0000ex-Fn for qemu-devel@nongnu.org; Mon, 03 Dec 2012 15:52:07 -0500 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Dec 2012 02:21:52 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 984E2394004C for ; Tue, 4 Dec 2012 02:21:56 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qB3KpsQ228115018 for ; Tue, 4 Dec 2012 02:21:55 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qB42Lkms028860 for ; Tue, 4 Dec 2012 13:21:46 +1100 Received: from titi.na.relay.ibm.com (sig-9-49-159-154.mts.ibm.com [9.49.159.154]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id qB42Lfp0028409 for ; Tue, 4 Dec 2012 13:21:44 +1100 From: Anthony Liguori Date: Mon, 03 Dec 2012 14:51:49 -0600 Message-ID: <877goysvtm.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [ANNOUNCE] QEMU 1.3.0 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 QEMU 1.3 release! http://wiki.qemu.org/download/qemu-1.3.0.tar.bz2 This release contains over 1700 changesets from 118 unique authors. See the ChangeLog on the wiki for a full changelog: http://wiki.qemu.org/ChangeLog/1.3 Major features include: - After nearly 6 years of work, all remaining differences between the qemu-kvm.git and qemu.git have been merged into qemu.git - QEMU can now use the Linux VFIO driver to assign PCI devices to a virtual machine. - USB3 has been vastly improved, including support for USB mass storage devices and MSI/MSI-X support for the XHCI controller. - New paravirtualized hardware random number generator device. - Glusterfs volumes can be accessed with "gluster://" URIs for "-drive" and similar options. Optionally the transport can also be specified, as in "gluster+tcp://" (other supported transports are "unix" and "rdma"). - A new block job is supported: live block commit (also known as "snapshot deletion") moves data from an image to another in the backing file chain. - A new block job is supported: live disk mirroring (also known as "storage migration") moves data from an image to another. - The sendkey monitor command is now available via QMP. - MIP Loongson Multimedia Instructions are now implemented. - MIPS32/64 ASE DSP Instructions are now implemented. - x86: the TSC frequency can be larger than 2.147 GHz. - TCG (emulation) supports the SMEP (Supervisor Mode Execution Prevention) and SMAP (Supervisor Mode Access Prevention) features of newer x86 processors. - New CPU models: "Haswell" and "Opteron_G5" - xtensa: Single precision floating point instructions are now implemented. - Emulation of the MC146818 real-time clock (used on PC and several other boards) does not wake up QEMU anymore every second to update the clock. - USB redirection now supports live migration. - Several bugs in the AHCI controller were fixed to support recent Windows versions. - qemu-img now can output information in JSON format using "qemu-img info --output=json". - NBD block devices can now be specified using URI syntax. "nbd://" defaults to TCP transport, while "nbd+tcp://" and "nbd+unix://" can be used (similar to Gluster) to specify it. - QEMU embeds an NBD server, accessible via the monitor. - Windows hosts support asynchronous disk I/O. - The monitor now remains responsive during incoming migration. The new NBD server is also available during incoming migration. - spice: QEMU will only send changed screen content to the Spice client when running in legacy VGA mode. - Improved support for sandboxing using seccomp mode 2 with libvirt I'd like to thank everyone who contributed to this release by submitting patches, testing out -rcs, or reporting bugs during the release process! Regards, Anthony Liguori