From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXI5t-000461-9O for qemu-devel@nongnu.org; Tue, 19 Jan 2010 12:42:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXI5o-0003y2-00 for qemu-devel@nongnu.org; Tue, 19 Jan 2010 12:42:20 -0500 Received: from [199.232.76.173] (port=41039 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXI5n-0003xn-QF for qemu-devel@nongnu.org; Tue, 19 Jan 2010 12:42:15 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:50712) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NXI5n-0007dJ-9V for qemu-devel@nongnu.org; Tue, 19 Jan 2010 12:42:15 -0500 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e31.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o0JHY5SC020380 for ; Tue, 19 Jan 2010 10:34:05 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o0JHfxX5099418 for ; Tue, 19 Jan 2010 10:42:00 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o0JHfwMr014830 for ; Tue, 19 Jan 2010 10:41:58 -0700 Received: from squirrel.codemonkey.ws (sig-9-65-53-93.mts.ibm.com [9.65.53.93]) by d03av02.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id o0JHfwNi014796 for ; Tue, 19 Jan 2010 10:41:58 -0700 Message-ID: <4B55EEE5.9090408@linux.vnet.ibm.com> Date: Tue, 19 Jan 2010 11:41:57 -0600 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [ANNOUNCE] Release 0.12.2 of QEMU List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" The QEMU team is pleased to announce the availability of the 0.12.2 release. This is a stable release of the 0.12 series and only contains bug fixes since 0.12.1. It can be downloaded from Savannah at: http://download.savannah.gnu.org/releases/qemu/qemu-0.12.2.tar.gz On behalf of the QEMU team, I'd like to thank everyone who contributed to make this release happen! - Qemu's internal TFTP server breaks lock-step-iness of TFTP (Milan Plzik) - osdep.c: Fix accept4 fallback (Kevin Wolf) - pc: add rombar to compat properties for pc-0.10 and pc-0.11 (Gerd Hoffmann) - pci: allow loading roms via fw_cfg. (Gerd Hoffmann) - roms: rework rom loading via fw (Gerd Hoffmann) - fw_cfg: rom loader tweaks. (Gerd Hoffmann) - roms: minor fixes and cleanups. (Gerd Hoffmann) - pc: add machine type for 0.12 (Gerd Hoffmann) - loader: more ignores for rom intended to be loaded by the bios (Aurelien Jarno) - vnc_refresh: return if vd->timer is NULL (Stefano Stabellini) - QMP: Don't free async event's 'data' (Luiz Capitulino) - Handle TFTP ERROR from client (Thomas Horsten) - dmg: fix ->open failure (Christoph Hellwig) - virtio-pci: thinko fix (Michael S. Tsirkin) - pc-bios: Update README (SeaBIOS) (Stefan Weil) - vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow (Roland Dreier) - remove pending exception on vcpu reset. (Gleb Natapov) - Fix CPU topology initialization (Jiri Denemark) - MCE: Fix bug of IA32_MCG_STATUS after system reset (Huang Ying) - linuxboot: fix gdt address calculation (Avi Kivity) - QMP: Drop wrong assert() (Luiz Capitulino) - vnc: Fix artifacts in hextile decoding (Anthony Liguori) - target-i386: Fix "call im" on x86_64 when executing 32-bit code (Aurelien Jarno) - Add missing newline at the end of options list (Michael Tokarev) - Don't load options roms intended to be loaded by the bios in qemu (Avi Kivity) - USB: Improve usbdevice error messages (Scott Tsai) - cpu-all.h: fix cpu_get_real_ticks() #ifdef (Aurelien Jarno) - alpha: fix compile (Blue Swirl) - user_only: compile everything with -fpie (Kirill A. Shutemov) - fdc/sparc32: don't hang on detection under OBP (Artyom Tarasenko) - scsi-disk: Inquiry with allocation length of CDB < 36 (v4) (Artyom Tarasenko) - e1000: fix init values for command register (Michael S. Tsirkin) -- Regards, Anthony Liguori