From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UclWD-0006iE-Kh for qemu-devel@nongnu.org; Wed, 15 May 2013 19:54:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UclWC-0002x7-7a for qemu-devel@nongnu.org; Wed, 15 May 2013 19:54:01 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:52073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UclWB-0002wl-M4 for qemu-devel@nongnu.org; Wed, 15 May 2013 19:54:00 -0400 Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 May 2013 09:48:31 +1000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [9.190.235.21]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 5BE35357804E for ; Thu, 16 May 2013 09:53:52 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4FNrgjG18677778 for ; Thu, 16 May 2013 09:53:45 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r4FNrnWo014307 for ; Thu, 16 May 2013 09:53:49 +1000 Received: from titi.austin.rr.com (sig-9-48-112-188.mts.ibm.com [9.48.112.188]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r4FNrlLw014277 for ; Thu, 16 May 2013 09:53:49 +1000 From: Anthony Liguori Date: Wed, 15 May 2013 18:53:47 -0500 Message-Id: <1368662027-14213-1-git-send-email-aliguori@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] =?utf-8?q?=5BANNOUNCE=5D_QEMU_1=2E5=2E0-rc2_is_now_a?= =?utf-8?q?vailable?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On behalf of the QEMU Team, I'd like to announce the availability of the third release candidate for the QEMU 1.5 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-1.5.0-rc2.tar.bz2 You can help improve the quality of the QEMU 1.5 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 1.5 release is available at: http://wiki.qemu.org/Planning/1.5 Please add entries to the ChangeLog for the 1.5 release below: http://wiki.qemu.org/ChangeLog/Next The following changes have been made since v1.5.0-rc1: - qemu-common: Resolve vector build breakes for AltiVec (Paolo Bonzini) - ide-test: Fix endianness problems (Kevin Wolf) - hw/pci-host/versatile.c: Provide property for forcing broken IRQ mapping (Peter Maydell) - hw/pci-host/versatile.c: Update autodetect to detect newer kernels (Peter Maydell) - Revert "versatile_pci: Put the host bridge PCI device at slot 29" (Peter Maydell) - w32: Fix configure test for -march=i486 (Stefan Weil) - configure: Detect uuid on MacOSX (fixes compile failure) (Peter Maydell) - vnc: Make ledstate comparison before modifiers updated (Lei Li) - virtio-net-x: forward the netclient name and type. (KONRAD Frederic) - virtio-net: add virtio_net_set_netclient_name. (KONRAD Frederic) - qapi: fix leak in unit tests (Michael Roth) - qmp: fix handling of cmd with Equals in qmp-shell (Zhangleiqiang) - block: Add hint to -EFBIG error message (Kevin Wolf) - qcow2: Catch some L1 table index overflows (Kevin Wolf) - osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory (Paolo Bonzini) - osdep, kvm: rename low-level RAM allocation functions (Paolo Bonzini) - readline: Handle xterm escape sequences for Home/End keys (Kevin Wolf) - portability: pty.h is glibc-specific (Paolo Bonzini) - spitz: fix compilation failure due to pty.h namespace pollution (Paolo Bonzini) - acpi: add dummy write function for acpi timer (Gerd Hoffmann) - qom: aggressively optimize qom casting (Anthony Liguori) - ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0 (Igor Mitsyanko) - Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature" (Paolo Bonzini) - qom: allow turning cast debugging off (Paolo Bonzini) - qom: trace asserting casts (Paolo Bonzini) - qom: pass file/line/function to asserting casts (Paolo Bonzini) - qom: add a fast path to object_class_dynamic_cast (Paolo Bonzini) - qom: allow casting of a NULL class (Paolo Bonzini) - qom: improve documentation of cast functions (Paolo Bonzini) - osdep.h: include sys/types.h for ssize_t definition (Igor Mitsyanko) - remove double semicolons (Dong Xu Wang) - clean unnecessary code: don't check g_strdup arg for NULL (Dong Xu Wang) - docs: mention AddressSpaces in docs/memory.txt (Paolo Bonzini) - audio: update documentation after removing --audio-card-list option (Hervé Poussineau) - m25p80.c: Sync Flash chip list with Linux (Ed Maste) - bsd-user: OS-agnostic 64-bit SYSCTL types (Ed Maste) - target-i386: ROR r8/r16 imm instruction fix (Aurelien Jarno) - tcg/optimize: fix setcond2 optimization (Aurelien Jarno) - qxl: Call spice_qxl_driver_unload from qxl_enter_vga_mode (Hans de Goede) Regards, Anthony Liguori