From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9i9m-0000dH-3m for qemu-devel@nongnu.org; Tue, 22 Jul 2014 18:03:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9i9f-0004lW-2K for qemu-devel@nongnu.org; Tue, 22 Jul 2014 18:03:34 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:57439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9i9e-0004kW-R3 for qemu-devel@nongnu.org; Tue, 22 Jul 2014 18:03:27 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 Jul 2014 16:03:24 -0600 Received: from b03cxnp07028.gho.boulder.ibm.com (b03cxnp07028.gho.boulder.ibm.com [9.17.130.15]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 4D0781FF0041 for ; Tue, 22 Jul 2014 16:03:20 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by b03cxnp07028.gho.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s6MM1kfj4260116 for ; Wed, 23 Jul 2014 00:01:46 +0200 Received: from d03av03.boulder.ibm.com (localhost [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s6MM3KKq019935 for ; Tue, 22 Jul 2014 16:03:20 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth Message-ID: <20140722220319.10709.55727@loki> Date: Tue, 22 Jul 2014 17:03:19 -0500 Subject: [Qemu-devel] [ANNOUNCE] QEMU 2.1.0-rc3 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 Hello, On behalf of the QEMU Team, I'd like to announce the availability of the fourth release candidate for the QEMU 2.1 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-2.1.0-rc3.tar.bz2 Note from Peter Maydell: There is currently one known outstanding release critical issue (relating to migration of the "pc-2.0" machine). We expect to fix this later this week and produce an rc4 with that fix and any final late-break= ing critical fixes (hopefully none!), prior to doing the final release on Tuesday 29th next week. You can help improve the quality of the QEMU 2.1 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 2.1 release is available at: http://wiki.qemu.org/Planning/2.1 Please add entries to the ChangeLog for the 2.1 release below: http://wiki.qemu.org/ChangeLog/2.1 The following changes have been made since v2.1.0-rc2: f368c33: Update version for v2.1.0-rc3 release (Peter Maydell) ef493d5: hw/misc/imx_ccm.c: Add missing VMState list terminator (Peter Mayd= ell) 3afca1d: vmstate_xhci_event: fix unterminated field list (Laszlo Ersek) e206ad4: ppc: fix -mem-path failure (Hu Tao) 713e8a1: virtio-rng: Add human-readable error message for negative max-byte= s parameter (John Snow) dc54e25: kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cp= u' be NULL (Chen Gang) 6886867: exec: fix migration with devices that use address_space_rw (Paolo = Bonzini) b0ddb8b: machine: Replace underscores in machine's property names (Marcel A= pfelbaum) 748bfb4: tests: Add missing 'static' attributes (fix warnings from smatch) = (Stefan Weil) 7a46d04: migration: Add missing 'static' attribute (Stefan Weil) 13a439e: qga: Add missing 'static' attribute (Stefan Weil) b9b45b4: hw/usb: Add missing 'static' attribute (Stefan Weil) 37cbfcc: doc: slirp supports ICMP echo if enabled in Linux (Gernot Hillier) b847ae2: qemu-img: Remove redundancy "ret =3D -1" (Chen Gang) a9dd38d: Fix new typos in comments (found by codespell) (Stefan Weil) b739ef0: slirp: Give error message if hostfwd_add/remove for unrecognized v= lan/stack (Peter Maydell) fa666c1: Revert "kvmclock: Ensure time in migration never goes backward" (P= aolo Bonzini) 108e4c3: Revert "kvmclock: Ensure proper env->tsc value for kvmclock_curren= t_nsec calculation" (Paolo Bonzini) bb2eb18: module: Don't complain when a module is absent (Andreas F=C3=A4rbe= r) f9e13f8: module: Simplify module_load() (Andreas F=C3=A4rber) f52b768: qtest: new test for wdt_ib700 (Paolo Bonzini) 8283c5c: qemu-iotests: fix 028 failure due to disk image path (Stefan Hajno= czi) df26a35: raw-posix: Fail gracefully if no working alignment is found (Kevin= Wolf) 3baca89: block: Add Error argument to bdrv_refresh_limits() (Kevin Wolf) 12ac6d3: qcow2: Fix error path for unknown incompatible features (Kevin Wol= f) cd98639: vhost-user: minor cleanups (Michael S. Tsirkin) d6970e3: qtest: Adapt vhost-user-test to latest vhost-user changes (Nikolay= Nikolaev) f69a280: vhost-user: Fix VHOST_SET_MEM_TABLE processing (Nikolay Nikolaev) 5734d03: pc: fix qemu exiting with error when -m X < 128 with old machine t= ypes (Igor Mammedov) af52fe8: cadence_uart: check for serial backend before using it. (KONRAD Fr= ederic) 57d84cf: virtio-serial-bus: keep port 0 reserved for virtconsole even on un= plug (Amit Shah) 79fe16c: vmstate static checker: detect section renames (Amit Shah) b4bda1a: target-i386: Allow execute from user mode when SMEP is enabled. (R= icky Zhou) 0e3cd83: qtest: fix vhost-user-test compilation with old GLib (Nikolay Niko= laev) 7590280: fix typo: apci -> acpi (Hu Tao) faab459: pc_piix: Reuse pc_compat_1_2() for pc-0.1[0123] (Eduardo Habkost) 4ec6ee5: pc: fix qemu exiting with error when -m X < 128 with old machines = types (Igor Mammedov)