From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2P09-00021m-Bo for qemu-devel@nongnu.org; Fri, 27 Nov 2015 14:48:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2P05-0003ol-6C for qemu-devel@nongnu.org; Fri, 27 Nov 2015 14:48:13 -0500 Received: from e34.co.us.ibm.com ([32.97.110.152]:41982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2P04-0003oe-W3 for qemu-devel@nongnu.org; Fri, 27 Nov 2015 14:48:09 -0500 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 27 Nov 2015 12:48:07 -0700 Received: from b03cxnp08028.gho.boulder.ibm.com (b03cxnp08028.gho.boulder.ibm.com [9.17.130.20]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id E4B133E4003F for ; Fri, 27 Nov 2015 12:48:04 -0700 (MST) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tARJm4ga28311776 for ; Fri, 27 Nov 2015 12:48:04 -0700 Received: from d03av05.boulder.ibm.com (localhost [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tARJm4HG025645 for ; Fri, 27 Nov 2015 12:48:04 -0700 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth Message-ID: <20151127194759.8659.20739@loki> Date: Fri, 27 Nov 2015 13:47:59 -0600 Subject: [Qemu-devel] [ANNOUNCE] QEMU 2.5.0-rc2 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 third release candidate for the QEMU 2.5 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-2.5.0-rc2.tar.bz2 You can help improve the quality of the QEMU 2.5 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 2.5 release is available at: http://wiki.qemu.org/Planning/2.5 Please add entries to the ChangeLog for the 2.5 release below: http://wiki.qemu.org/ChangeLog/2.5 Known issues affecting this RC can be viewed here: http://wiki.qemu.org/Planning/2.5#Still_unfixed Please report any known/blocking issues prior to the release of RC3, as that is expected to become the final RC before the 2.5 release. Changes since rc1: b04fc42: Update version for v2.5.0-rc2 release (Peter Maydell) d08e42a: vhost-user-test: fix migration overlap test (Michael S. Tsirkin) 5120901: target-i386: kvm: Print warning when clearing mcg_cap bits (Eduard= o Habkost) 2590f15: target-i386: kvm: Use env->mcg_cap when setting up MCE (Eduardo Ha= bkost) 49b69cb: target-i386: kvm: Abort if MCE bank count is not supported by host= (Eduardo Habkost) 3e32e8a: virtio-scsi: don't crash without a valid device (Eugene (jno) Dvur= echenski) 12a3567: target-sparc: fix 32-bit truncation in fpackfix (Paolo Bonzini) bfc2a1a: exec: remove warning about mempath and hugetlbfs (Daniel P. Berran= ge) 2c189a4: Revert "exec: silence hugetlbfs warning under qtest" (Daniel P. Be= rrange) b2780d3: call bdrv_drain_all() even if the vm is stopped (Wen Congyang) 903a41d: Fix memory leak on error (Stefano Dong (=E8=91=A3=E5=85=B4=E6=B0= =B4)) 449e357: Revert "vhost: send SET_VRING_ENABLE at start/stop" (Michael S. Ts= irkin) df64983: qjson: Limit number of tokens in addition to total size (Markus Ar= mbruster) 9bada89: qjson: surprise, allocating 6 QObjects per token is expensive (Pao= lo Bonzini) 95385fe: qjson: store tokens in a GQueue (Paolo Bonzini) d538b25: qjson: Convert to parser to recursive descent (Markus Armbruster) d2ca7c0: qjson: replace QString in JSONLexer with GString (Paolo Bonzini) 6b9606f: qjson: Inline token_is_escape() and simplify (Markus Armbruster) 50e2a46: qjson: Inline token_is_keyword() and simplify (Markus Armbruster) c546166: qjson: Give each of the six structural chars its own token type (M= arkus Armbruster) b8d3b1d: qjson: Spell out some silent assumptions (Markus Armbruster) f0ae030: check-qjson: Add test for JSON nesting depth limit (Markus Armbrus= ter) 0753113: qjson: Don't crash when input exceeds nesting limit (Markus Armbru= ster) 4f2d31f: qjson: Apply nesting limit more sanely (Markus Armbruster) 3a81a10: monitor: Plug memory leak on QMP error (Markus Armbruster) 7fe4a41: vnc: fix segfault (Gerd Hoffmann) 44c6e00: qga: added another non-interactive gspawn() helper file. (Yuri Pud= gorodskiy) 0a982b1: qga: Better mapping of SEEK_* in guest-file-seek (Eric Blake) 4eaab85: tests: add file-write-read test (Marc-Andr=C3=A9 Lureau) 895b00f: qga: flush explicitly when needed (Marc-Andr=C3=A9 Lureau) 9c73517: ide-test: fix timeouts (John Snow) f2b608a: qga: gspawn() console helper to Windows guest agent msi build (Yur= i Pudgorodskiy) 68aa262: makefile: fix qemu-ga make install for --disable-tools (Michael Ro= th) f77dcdb: block-migration: limit the memory usage (Wen Congyang) 1d74143: Assume madvise for (no)hugepage works (Dr. David Alan Gilbert) 4d7f853: qemu-iotests: Add -nographic when starting QEMU in 119 and 120 (Fa= m Zheng) 903c341: block/qapi: Plug memory leak on query-block error path (Markus Arm= bruster) 98caa5b: raw-posix.c: Make GetBSDPath() handle caching options (Programming= kid) 8e37ca6: nand: fix flash erase when oob is in memory (Ricard Wanderlof) 7595ed7: test-aio: Fix event notifier cleanup (Kevin Wolf) 5e41fbf: tests/Makefile: Add more dependencies for test-timed-average (Kevi= n Wolf) 2b1641d: MAINTAINERS: Update TCG CPU cores section (Paolo Bonzini) 7cf3249: tests/vhost-user-bridge: read command line arguments (Victor Kapla= nsky) 85ea9da: tests/vhost-user-bridge: propose GUEST_ANNOUNCE feature (Victor Ka= plansky) c61f09e: vhost-user: clarify start and enable (Michael S. Tsirkin) d39c87d: vhost-user: set link down when the char device is closed (Wen Cong= yang) 463b52f: pc: Don't set hw_version on pc-*-2.5 (Eduardo Habkost) fac862f: osdep: Change default value of qemu_hw_version() to "2.5+" (Eduard= o Habkost) 22037db: xen_disk: Remove ioreq.postsync (Alberto Garcia) 1d64924: ivshmem: Rename property memdev to x-memdev for 2.5 (Markus Armbru= ster) 2825717: ivshmem: Mark questionable socket type test FIXME (Markus Armbrust= er) 1613094: tests/ivshmem-test: Supply missing initializer in get_device() (Ma= rkus Armbruster) a9282c2: qemu-doc: Fix ivshmem usage example with shm=3D... (Markus Armbrus= ter) 50d34c4: qemu-doc: Fix ivshmem example markup (Markus Armbruster) 73a27d9: atapi: Fix code indentation (Alberto Garcia) 36be092: atapi: Account for failed and invalid operations in cd_read_sector= () (Alberto Garcia) a421f3c: ide-test: cdrom_pio_impl fixup (John Snow) e14f0eb: target-arm/translate-a64.c: Correct unallocated checks for ldst_ex= cl (Peter Maydell) 6109769: target-arm: Don't mask out bits [47:40] in LPAE descriptors for v8= (Peter Maydell) f72c0a7: default-configs/aarch64-linux-user.mak: Remove unused define (Pete= r Maydell) 5b4a047: xlnx-ep108: Fix minimum RAM check (Alistair Francis) f93c3a8: target-mips: flush QEMU TLB when disabling 64-bit addressing (Leon= Alrae) 7871abb: target-mips: Fix exceptions while UX=3D0 (James Hogan) 466138d: virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw= _error (Fam Zheng) c9f6856: parallels: dirty BAT properly for continuous allocations (Vladimir= Sementsov-Ogievskiy) a3567ba: hostmem: Ignore ENOSYS while setting MPOL_DEFAULT (Pavel Fedin) 644da9b: tcg: Fix highwater check (John Clarke) cdadde3: xen: fix usage of xc_domain_create in domain builder (Roger Pau Mo= nne)