From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7D3U-0005qW-K4 for qemu-devel@nongnu.org; Tue, 15 Jul 2014 20:26:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7D3N-0002wV-J9 for qemu-devel@nongnu.org; Tue, 15 Jul 2014 20:26:44 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:50422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7D3N-0002wI-Aq for qemu-devel@nongnu.org; Tue, 15 Jul 2014 20:26:37 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 15 Jul 2014 18:26:35 -0600 Received: from b03cxnp08025.gho.boulder.ibm.com (b03cxnp08025.gho.boulder.ibm.com [9.17.130.17]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 01E4019D803E for ; Tue, 15 Jul 2014 18:26:24 -0600 (MDT) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by b03cxnp08025.gho.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s6G0QXbM8454404 for ; Wed, 16 Jul 2014 02:26:33 +0200 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id s6G0Ud4w012045 for ; Tue, 15 Jul 2014 18:30:39 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth Message-ID: <20140716002632.23073.40357@loki> Date: Tue, 15 Jul 2014 19:26:32 -0500 Subject: [Qemu-devel] [ANNOUNCE] QEMU 2.1.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.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-rc2.tar.bz2 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-rc1: 5a73480: Update version for v2.1.0-rc2 release (Peter Maydell) 82172b7: tests/Makefile: Only run vhost-user-test on Linux (Peter Maydell) 27e2778: sPAPR/IOMMU: Fix TCE entry permission (Gavin Shan) f92f5da: spapr: Enable use of huge pages (Alexey Kardashevskiy) 658fa66: spapr: Move RMA memory region registration code (Alexey Kardashevs= kiy) e938ba0: ppc: memory: Replace memory_region_init_ram with memory_region_all= ocate_system_memory (Shreyas B. Prabhu) 063cac5: target-ppc: Fix number of threads per core limit (Alexey Kardashev= skiy) b545f63: linux-user: use TARGET_SA_ONSTACK in get_sigframe (Riku Voipio) 5b2ffbe: virtio-blk: dataplane: notify guest as a batch (Ming Lei) e926d9b: virtio-blk: data-plane: fix save/set .complete_request in start (M= ing Lei) a1abf40: linux-aio: Fix laio resource leak (Gonglei) 2dd08df: alloca one extra byte sockets (Joakim Tjernlund) 33a29b5: linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr = (Joakim Tjernlund) 451aaf6: qemu-user: Impl. setsockopt(SO_BINDTODEVICE) (Joakim Tjernlund) 27a0782: SIOCGIFINDEX: fix typo (Joakim Tjernlund) 0e16297: libqos: Fix PC PCI endianness glitches (Andreas F=C3=A4rber) 7497bce: serial-pci: remove memory regions from BAR before destroying them = (Paolo Bonzini) 1f4e6a0: virtio-scsi: fix with -M pc-i440fx-2.0 (Paolo Bonzini) f702e62: serial: change retry logic to avoid concurrency (Kirill Batuzov) 7b3621f: qemu-char: fix deadlock with "-monitor pty" (Paolo Bonzini) 58ac321: ide: Treat read/write beyond end as invalid (Markus Armbruster) 3c2daac: virtio-blk: Treat read/write beyond end as invalid (Markus Armbrus= ter) 42e38c1: virtio-blk: Bypass error action and I/O accounting on invalid r/w = (Markus Armbruster) d0e1437: virtio-blk: Factor common checks out of virtio_blk_handle_read/wri= te() (Markus Armbruster) 58f423f: dma-helpers: Fix too long qiov (Kevin Wolf) 80504dc: qtest: fix vhost-user-test compilation with old GLib (Nikolay Niko= laev) b886424: tests: Fix unterminated string output visitor enum human string (A= ndreas F=C3=A4rber) acfb23a: AioContext: do not rely on aio_poll(ctx, true) result to end a loo= p (Paolo Bonzini) f897bf7: virtio-blk: embed VirtQueueElement in VirtIOBlockReq (Stefan Hajno= czi) 869d66a: virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueE= lement (Stefan Hajnoczi) abd7642: dataplane: do not free VirtQueueElement in vring_push() (Stefan Ha= jnoczi) 0a21ea3: virtio-blk: avoid dataplane VirtIOBlockReq early free (Stefan Hajn= oczi) 8eb029c: block: Assert qiov length matches request length (Kevin Wolf) f06ee3d: qed: Make qiov match request size until backing file EOF (Kevin Wo= lf) 44deba5: qcow2: Make qiov match request size until backing file EOF (Kevin = Wolf) 33f461e: block: Make qiov match the request size until EOF (Kevin Wolf) 2039511: scsi: Report error when lun number is in use (Fam Zheng) 85ad623: s390x/kvm: synchronize guest floating point registers (Jason J. He= rne) 13d5412: mtp: linux guest detection fix. (Gerd Hoffmann) e72b59f: ui/gtk: Restore keyboard focus after Page change (John Snow) d16136d: cirrus: Fix host CPU blits (Benjamin Herrenschmidt) e8ee4b6: cirrus: Fix build of debug code (Benjamin Herrenschmidt) f61d82c: cirrus_vga: adding sanity check for vram size (Gonglei) b1ea7b7: spice: auth fixes (Gerd Hoffmann) 0a58991: qtest: fix vhost-user-test compilation with old GLib (Nikolay Niko= laev) 13c0cba: mc146818rtc: register the clock reset notifier on the right clock = (Paolo Bonzini) b7bf8f5: oslib-posix: Fix new compiler error with -Wclobbered (Stefan Weil) 8248c36: target-i386: Add "kvmclock-stable-bit" feature bit name (Eduardo H= abkost) 3b463a3: Enforce stack protector usage (Miroslav Rezanina) 9e99c5f: tests: Fix unterminated string output visitor enum human string (A= ndreas F=C3=A4rber) 30e5210: watchdog: fix deadlock with -watchdog-action pause (Paolo Bonzini) f7f1524: mips_malta: Catch kernels linked at wrong address (James Hogan) fbdb1d9: mips_malta: Remove incorrect KVM T&E references (James Hogan) 0e928b1: mips/kvm: Disable FPU on reset with KVM (James Hogan) 0ceb849: AioContext: speed up aio_notify (Paolo Bonzini) ef508f4: test-aio: fix GSource-based timer test (Paolo Bonzini) 87f68d3: block: drop aio functions that operate on the main AioContext (Pao= lo Bonzini) b47ec2c: block: prefer aio_poll to qemu_aio_wait (Paolo Bonzini) 01fb270: block: Fix bdrv_is_allocated() return value (Kevin Wolf) d40593d: block/backup: Fix hang for unaligned image size (Kevin Wolf) 0a2672b: mips/kvm: Init EBase to correct KSEG0 (James Hogan)