From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqwWz-0005YW-Ti for qemu-devel@nongnu.org; Tue, 18 Nov 2014 23:06:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqwWt-00015L-7m for qemu-devel@nongnu.org; Tue, 18 Nov 2014 23:06:13 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:46894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqwWt-00011r-3t for qemu-devel@nongnu.org; Tue, 18 Nov 2014 23:06:07 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 18 Nov 2014 23:06:05 -0500 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 BCBFBC90067 for ; Tue, 18 Nov 2014 22:58:06 -0500 (EST) 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 sAJ462aI24903770 for ; Wed, 19 Nov 2014 04:06:02 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 sAJ461aB001629 for ; Tue, 18 Nov 2014 23:06:01 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth Message-ID: <20141119040600.3386.46972@loki> Date: Tue, 18 Nov 2014 22:06:00 -0600 Subject: [Qemu-devel] [ANNOUNCE] QEMU 2.2.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 On behalf of the QEMU Team, I'd like to announce the availability of the third release candidate for the QEMU 2.2 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-2.2.0-rc2.tar.bz2 You can help improve the quality of the QEMU 2.2 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 2.2 release is available at: http://wiki.qemu.org/Planning/2.2 Please add entries to the ChangeLog for the 2.2 release below: http://wiki.qemu.org/ChangeLog/2.2 Changes since 2.2.0-rc1: af3ff19: Update version for v2.2.0-rc2 release (Peter Maydell) 6b896ab: hw/ide/core.c: Prevent SIGSEGV during migration (Don Slutz) ed6273e: net: The third parameter of getsockname should be initialized (zha= nghailiang) 776ec96: Tracing: Fix simpletrace.py error on tcg enabled binary traces (Ch= ristoph Seifert) b73e8bd: Tracing docs fix configure option and description (Dr. David Alan = Gilbert) 444b199: linux-headers: update to 3.18-rc5 (Ard Biesheuvel) 0be839a: migration: fix parameter validation on ram load (Michael S. Tsirki= n) 098ffa6: block/raw-posix: Catch fsync() errors (Max Reitz) 731de38: block/raw-posix: Only sync after successful preallocation (Max Rei= tz) 39411cf: block/raw-posix: Fix preallocating write() loop (Max Reitz) f874bf9: exec: Handle multipage ranges in invalidate_and_set_dirty() (Peter= Maydell) d1f06fe: raw-posix: The SEEK_HOLE code is flawed, rewrite it (Markus Armbru= ster) c4875e5: raw-posix: SEEK_HOLE suffices, get rid of FIEMAP (Markus Armbruste= r) be2ebc6: raw-posix: Fix comment for raw_co_get_block_status() (Markus Armbr= uster) d6be29e: target-arm: handle address translations that start at level 3 (Pet= er Maydell) a9be765: hcd-musb: fix dereference null return value (Paolo Bonzini) fae3822: target-cris/translate.c: fix out of bounds read (zhanghailiang) 0e8b439: shpc: fix error propaagation (Gonglei) 86d1032: qemu-char: fix MISSING_COMMA (Gonglei) 6cfcd86: acl: fix memory leak (Gonglei) 720fdd6: nvme: remove superfluous check (Gonglei) ddd2eab: loader: fix NEGATIVE_RETURNS (Gonglei) 1def745: qga: fix false negative argument passing (Gonglei) 77e205a: mips_mipssim: fix use-after-free for filename (Gonglei) d4754a9: l2tpv3: fix fd leak (Gonglei) 35fb5b7: Update OpenBIOS images (Mark Cave-Ayland) 7737458: l2tpv3: fix possible double free (zhanghailiang) 5bbebf6: libcacard: fix resource leak (zhanghailiang) 2f01dfa: xen_disk: fix unmapping of persistent grants (Roger Pau Monne) 91ab2ed: pc: piix4_pm: init legacy PCI hotplug when running on Xen (Igor Ma= mmedov) 5f58330: vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info (Fam Zheng) f3a9cfd: block: Fix max nb_sectors in bdrv_make_zero (Fam Zheng) 107f0d4: ahci: factor out FIS decomposition from handle_cmd (John Snow) 102e562: ahci: Check cmd_fis[1] more explicitly (John Snow) 36ab3c3: ahci: Reorder error cases in handle_cmd (John Snow) 1cbdd96: ahci: Fix FIS decomposition (John Snow) 72a065d: ahci: add is_ncq predicate helper (John Snow) 3251bdc: ide: Correct handling of malformed/short PRDTs (John Snow) bef1301: ahci: unify sglist preparation (John Snow) 36334fa: ide: repair PIO transfers for cases where nsector > 1 (John Snow) a395f3f: ahci: Fix byte count regression for ATAPI/PIO (John Snow) 3ef0eab: acpi: accurate overflow check (Pavel Dovgalyuk) f4ec5cd: smbios: change 'ram_addr_t' variables to 'uint64_t' (SeokYeon Hwan= g) 1154d84: kvmclock: Add comment explaining why we need cpu_clean_all_dirty()= (Eduardo Habkost) e6a33e4: target-i386: fix Coverity complaints about overflows (Paolo Bonzin= i) c2c0014: apic_common: migrate missing fields (Pavel Dovgalyuk) 953ea14: update seabios to 1.7.5.1 stable release (Gerd Hoffmann) 51fc447: QMP/input-send-event: make console parameter optional (Amos Kong) 935fb91: QMP/input-send-event: update document of union InputEvent (Amos Ko= ng) 79ae25a: usb-host: fix usb_host_speed_compat tyops (Gerd Hoffmann) ae67dc7: target-i386: eliminate dead code and hoist common code out of "if"= (Paolo Bonzini) f69c111: virtio-scsi: Fix comment for VirtIOSCSIReq (Fam Zheng) 6012ca8: virtio-scsi: dataplane: suppress guest notification (Ming Lei) c9cf45c: esp: Do not overwrite ESP_TCHI after reset (Hannes Reinecke) ed4b432: virtio-scsi: dataplane: fix allocation for 'cmd_vrings' (Ming Lei) f2ad97f: xhci: add sanity checks to xhci_lookup_uport (Gerd Hoffmann) 1e03e40: Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD= . Providing just the needed value as a defined. (Chris Johns) 25aaa2c: esp: fix coding standards (Paolo Bonzini) 55783a5: virtio-scsi: work around bug in old BIOSes (Paolo Bonzini) c3543fb: esp-pci: fixup deadlock with linux (Hannes Reinecke)