From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [ANNOUNCE] qemu-kvm-0.12.2 Date: Wed, 20 Jan 2010 16:33:03 -0200 Message-ID: <20100120183303.GA20892@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43022 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753822Ab0ATSdQ (ORCPT ); Wed, 20 Jan 2010 13:33:16 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0KIXFN2025872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Jan 2010 13:33:16 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0KIXF77029473 for ; Wed, 20 Jan 2010 13:33:15 -0500 Received: from amt.cnet (vpn-11-234.rdu.redhat.com [10.11.11.234]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o0KIXDRn027304 for ; Wed, 20 Jan 2010 13:33:14 -0500 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 801A2656036 for ; Wed, 20 Jan 2010 16:33:05 -0200 (BRST) Received: (from marcelo@localhost) by amt.cnet (8.14.3/8.14.3/Submit) id o0KIX4I5021187 for kvm@vger.kernel.org; Wed, 20 Jan 2010 16:33:04 -0200 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: qemu-kvm-0.12.2 is now available. This release is based on the upstream qemu 0.12.2, plus kvm-specific enhancements. Please see the original qemu 0.12.2 release announcement for details. This release can be used with the kvm kernel modules provided by your distribution kernel, or by the modules in the kvm-kmod package, such as kvm-kmod-2.6.32. Changes from qemu-kvm-0.12.1.2 Anthony Liguori (3): vnc: Fix artifacts in hextile decoding Update SeaBIOS to 0.5.1 Update version and changelog for release Aurelien Jarno (2): target-i386: Fix "call im" on x86_64 when executing 32-bit code loader: more ignores for rom intended to be loaded by the bios Avi Kivity (1): linuxboot: fix gdt address calculation Chris Wright (1): device assignment: default requires IOMMU Christoph Hellwig (1): dmg: fix ->open failure Gerd Hoffmann (6): pc: add machine type for 0.12 roms: minor fixes and cleanups. fw_cfg: rom loader tweaks. roms: rework rom loading via fw pci: allow loading roms via fw_cfg. pc: add rombar to compat properties for pc-0.10 and pc-0.11 Gleb Natapov (1): remove pending exception on vcpu reset. Huang Ying (1): MCE: Fix bug of IA32_MCG_STATUS after system reset Jiri Denemark (1): Fix CPU topology initialization Kevin Wolf (1): osdep.c: Fix accept4 fallback Luiz Capitulino (2): QMP: Drop wrong assert() QMP: Don't free async event's 'data' Michael S. Tsirkin (2): e1000: fix init values for command register virtio-pci: thinko fix Michael Tokarev (1): Add missing newline at the end of options list Milan Plzik (1): Qemu's internal TFTP server breaks lock-step-iness of TFTP Roland Dreier (1): vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow Stefan Weil (1): pc-bios: Update README (SeaBIOS) Stefano Stabellini (1): vnc_refresh: return if vd->timer is NULL Thomas Horsten (1): Handle TFTP ERROR from client http://www.linux-kvm.org