From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlMu5-0001OP-IZ for qemu-devel@nongnu.org; Tue, 26 Nov 2013 12:58:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlMu0-00052X-9r for qemu-devel@nongnu.org; Tue, 26 Nov 2013 12:58:29 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:52571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlMu0-00052O-3O for qemu-devel@nongnu.org; Tue, 26 Nov 2013 12:58:24 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so8561961pbb.28 for ; Tue, 26 Nov 2013 09:58:22 -0800 (PST) Received: from titi.amznguestwifi.org ([74.202.210.82]) by mx.google.com with ESMTPSA id hu10sm82144301pbc.11.2013.11.26.09.58.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Nov 2013 09:58:19 -0800 (PST) From: Anthony Liguori Date: Tue, 26 Nov 2013 09:58:18 -0800 Message-Id: <1385488698-3556-1-git-send-email-anthony@codemonkey.ws> 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=2E7=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.7 release. This release is meant for testing purposes and should not be used in a production environment. http://wiki.qemu.org/download/qemu-1.7.0-rc2.tar.bz2 You can help improve the quality of the QEMU 1.7 release by testing this release and reporting bugs on Launchpad: https://bugs.launchpad.net/qemu/ The release plan for the 1.7 release is available at: http://wiki.qemu.org/Planning/1.7 Please add entries to the ChangeLog for the 1.7 release below: http://wiki.qemu.org/ChangeLog/Next The following changes have been made since v1.7.0-rc1: - curses: fixup SIGWINCH handler mess (Gerd Hoffmann) - qga: Fix two format strings for MinGW (Stefan Weil) - PPC: BookE: Make FIT/WDT timers at best millisecond grained (Alexander Graf) - PPC: Make BookE FIT/WDT timers more lazy (Alexander Graf) - acpi-build: fix support for glib < 2.22 (Michael S. Tsirkin) - configure: make --iasl option actually work (Michael S. Tsirkin) - qemu-ga: vss-win32: Install VSS provider COM+ application service (Tomoki Sekiyama) - qdev-properties-system.c: Allow vlan or netdev for -device, not both (Vlad Yasevich) - qga: Fix compiler warnings (missing format attribute, wrong format strings) (Stefan Weil) - mips jazz: do not raise data bus exception when accessing invalid addresses (Hervé Poussineau) - target-i386: yield to another VCPU on PAUSE (Paolo Bonzini) - rng-egd: offset the point when repeatedly read from the buffer (Amos Kong) - rng-egd: remove redundant free (Amos Kong) - target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() (Peter Maydell) - vfio-pci: Fix multifunction=on (Alex Williamson) - atomic.h: Fix build with clang (Peter Maydell) - pc: get rid of builtin pvpanic for "-M pc-1.5" (Paolo Bonzini) - configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0 (Peter Maydell) - sun4m: Add FCode ROM for TCX framebuffer (Mark Cave-Ayland) - Revert "e1000/rtl8139: update HMP NIC when every bit is written" (Michael S. Tsirkin) - acpi-build: fix build on glib < 2.14 (Michael S. Tsirkin) - acpi-build: fix build on glib < 2.22 (Michael S. Tsirkin) - pci: unregister vmstate_pcibus on unplug (Bandan Das) - s390x: fix flat file load on 32 bit systems (Michael S. Tsirkin) Regards, Anthony Liguori