From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUKKi-00029y-1v for qemu-devel@nongnu.org; Tue, 15 May 2012 12:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUKKe-0003SA-GL for qemu-devel@nongnu.org; Tue, 15 May 2012 12:10:43 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:50438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUKKe-0003IK-CH for qemu-devel@nongnu.org; Tue, 15 May 2012 12:10:40 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 15 May 2012 12:10:05 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 3B7E338C81E5 for ; Tue, 15 May 2012 12:06:10 -0400 (EDT) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4FG679A091142 for ; Tue, 15 May 2012 12:06:08 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4FG50JS008177 for ; Tue, 15 May 2012 10:05:01 -0600 Received: from [9.53.41.253] (titi.austin.ibm.com [9.53.41.253] (may be forged)) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q4FG4xr2007981 for ; Tue, 15 May 2012 10:04:59 -0600 Message-ID: <4FB27EA1.4080800@us.ibm.com> Date: Tue, 15 May 2012 11:04:49 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc2 release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, On behalf of the QEMU Team, I'd like to announce the availability of the second release candidate for the QEMU 1.1 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-1.1.0-rc2.tar.bz2 You can help improve the quality of the QEMU 1.1 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 1.1 release is available at: http://wiki.qemu.org/Planning/1.1 And a detailed change log is available at: http://wiki.qemu.org/ChangeLog/Next Known Issues: - There appears to be a failure in make check on some platforms. This will be resolved in -rc3. Changes since -rc1: - tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0 (Andreas Färber) - tcg/ppc64: Don't hardcode register numbers for qemu_ld/st (Andreas Färber) - qdev: fix -device foo,? (Paolo Bonzini) - qemu-img: Fix segmentation fault (Charles Arnold) - qcow2: Don't ignore failure to clear autoclear flags (Kevin Wolf) - coroutine: Fix setup of sigaltstack coroutines (Jan Kiszka) - qapi: QMP input visitor, handle floats parsed as ints (Michael Roth) - usb-host: handle guest-issued clear halt (Gerd Hoffmann) - qxl: set size of PCI IO BAR correctly (16) for revision 2 (Uri Lublin) - qemu-doc: Use QEMU instead of qemu for product name (Stefan Weil) - qemu-doc: Fix executable name in examples (Stefan Weil) - qemu-doc: Add missing parameter in description of -D option (Stefan Weil) - configure: Use QEMU instead of Qemu (Stefan Weil) - fix some common typos (Jim Meyering) - qemu-timer: Fix wrong error message (Stefan Weil) - mips_fulong2e: Don't register "cpu" VMState twice (Juan Quintela) - pc: Add back PCI.rombar compat property (Paolo Bonzini) - qdev: Fix adding of ptr properties (Anthony Liguori) - qdev: Use object_property_print() in info qtree (Paolo Bonzini) - target-i386: Defer MCE init (Andreas Färber) - qom: Documentation addition for object_class_by_name() (Paolo Bonzini) - target-mips: Remove commented-out function declaration (Andreas Färber) - sun4u: implement interrupt clearing registers (Artyom Tarasenko) - sun4u: initialize OBIO interrupt mappings (Artyom Tarasenko) - fix block loads broken in commit 30038fd818 (Artyom Tarasenko) - Implement address masking for SPARC v9 CPUs (Artyom Tarasenko) - vga: disable default VGA if appropriate -device is used (Paolo Bonzini) - cputlb: fix watchpoints handling (Max Filippov) - use inet_listen()/inet_connect() to support ipv6 migration (Amos Kong) - sockets: use error class to pass listen error (Amos Kong) - sockets: change inet_connect() to support nonblock socket (Amos Kong) - qerror: add five qerror strings (Amos Kong) - move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2) (Eduardo Habkost) - implement -no-user-config command-line option (v3) (Eduardo Habkost) - vl.c: change 'defconfig' variable to bool (v2) (Eduardo Habkost) - move list of default config files to an array (Eduardo Habkost) - eliminate arch_config_name variable (Eduardo Habkost) - move code to read default config files to a separate function (v2) (Eduardo Habkost) - block: fix warning introduced in efcc7a23 (Anthony Liguori) - Switch SIG_IPI to SIGUSR1 (Jan Kiszka) - target-arm/cpu.h: Make cpu_init("nonexistent cpu") return NULL (Peter Maydell) - target-arm: When setting FPSCR.QC, don't clear other FPSCR bits (Matt Craighead) - kvm: Fix dirty tracking with large kernel page size (David Gibson) - declare ECANCELED on all machines (Paolo Bonzini) - tests/Makefile: Add missing $(EXESUF) (Kevin Wolf) - stream: do not copy unallocated sectors from the base (Paolo Bonzini) - stream: fix ratelimiting corner case (Paolo Bonzini) - stream: fix HMP block_job_set_speed (Paolo Bonzini) - stream: pass new base image format to bdrv_change_backing_file (Paolo Bonzini) - stream: add testcase for partial streaming (Paolo Bonzini) - stream: fix sectors not allocated test (Paolo Bonzini) - qemu-io: fix the alloc command (Paolo Bonzini) - qemu-io: correctly print non-integer values as decimals (Paolo Bonzini) - qemu-img: make "info" backing file output correct and easier to use (Paolo Bonzini) - block: move field reset from bdrv_open_common to bdrv_close (Paolo Bonzini) - block: protect path_has_protocol from filenames with colons (Paolo Bonzini) - block: simplify path_is_absolute (Paolo Bonzini) - block: wait for job callback in block_job_cancel_sync (Paolo Bonzini) - block: add block_job_sleep_ns (Paolo Bonzini) - block: fully delete bs->file when closing (Paolo Bonzini) - block: do not reuse the backing file across bdrv_close/bdrv_open (Paolo Bonzini) - block: another bdrv_append fix (Paolo Bonzini) - block: fix snapshot on QED (Paolo Bonzini) - qtest: Add floppy test (Kevin Wolf) - qtest: Add function to send QMP commands (Kevin Wolf) - qemu-iotests: strip spaces from qemu-img/qemu-io/qemu command lines (Paolo Bonzini) - block: fix allocation size for dirty bitmap (Paolo Bonzini) - block: open backing file as read-only when probing for size (Paolo Bonzini) - block: update in-memory backing file and format (Paolo Bonzini) - block: push bdrv_change_backing_file error checking up from drivers (Paolo Bonzini) - block: fail live snapshot if disk has no medium (Paolo Bonzini) - block: add mode argument to blockdev-snapshot-sync (Paolo Bonzini) - block: add the support to drain throttled requests (Zhi Yong Wu) Regards, Anthony Liguori