From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzwLW-0002xx-S5 for qemu-devel@nongnu.org; Fri, 01 May 2009 13:16:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzwLS-0002u7-5X for qemu-devel@nongnu.org; Fri, 01 May 2009 13:16:22 -0400 Received: from [199.232.76.173] (port=44793 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzwLR-0002tx-Up for qemu-devel@nongnu.org; Fri, 01 May 2009 13:16:18 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:42249) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzwLN-0000zp-IG for qemu-devel@nongnu.org; Fri, 01 May 2009 13:16:13 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e39.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n41HCcxH023859 for ; Fri, 1 May 2009 11:12:38 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n41HG5kj190996 for ; Fri, 1 May 2009 11:16:05 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n41HG5OD014856 for ; Fri, 1 May 2009 11:16:05 -0600 Received: from squirrel.codemonkey.ws (sig-9-76-201-95.mts.ibm.com [9.76.201.95]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n41HG4w7014843 for ; Fri, 1 May 2009 11:16:05 -0600 Message-ID: <49FB2E45.7080801@us.ibm.com> Date: Fri, 01 May 2009 12:15:49 -0500 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.10.3 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.10.3 release. This is a stable release of the 0.10 tree and contains only bug fixes since the 0.10.2 The attached Changelog includes all of the changes that have went in since 0.10.2. It can be downloaded from Savannah at: http://savannah.nongnu.org/download/qemu/qemu-0.10.3.tar.gz It may take a few hours for the Savannah mirrors to update so if you get an error, try again later. Alternatively, if you change "/download/" to "/download-noredirect/" you can avoid being redirected to a mirror. - fix AIO cancellations (Avi Kivity) - fix live migration error path on incoming - avoid SEGV on pci hotplug failure (Chris Wright) - fix serial option in -drive - support DDIM for option roms (Glauber Costa) - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka) - block-vpc: don't silently create smaller images than requested (Kevin Wolf) - Fix non-ACPI timer interrupt routing (Beth Kon) - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka) - kvm: fix cpuid initialization (Jan Kiszka) - qcow2: fix corruption on little endian hosts (Kevin Wolf) - avoid leaing memory on hot unplug (Mark McLoughlin) - fix savevm/migration after hot unplug (Mark McLoughlin) - Fix keyboard mapping on newer Xords with non-default keymaps (balrog) - Make PCI config status register read-only (Anthony Liguori) - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity) -- Regards, Anthony Liguori