From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWaWK-0005iD-5q for qemu-devel@nongnu.org; Thu, 30 Jul 2009 14:38:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWaWE-0005i1-QI for qemu-devel@nongnu.org; Thu, 30 Jul 2009 14:38:26 -0400 Received: from [199.232.76.173] (port=37974 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWaWE-0005hy-Jf for qemu-devel@nongnu.org; Thu, 30 Jul 2009 14:38:22 -0400 Received: from mx20.gnu.org ([199.232.41.8]:54222) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWaWD-0007EC-RK for qemu-devel@nongnu.org; Thu, 30 Jul 2009 14:38:22 -0400 Received: from mail-gx0-f220.google.com ([209.85.217.220]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWaWD-0004y1-1Q for qemu-devel@nongnu.org; Thu, 30 Jul 2009 14:38:21 -0400 Received: by gxk20 with SMTP id 20so6668838gxk.10 for ; Thu, 30 Jul 2009 11:38:19 -0700 (PDT) Message-ID: <4A71E897.2040301@codemonkey.ws> Date: Thu, 30 Jul 2009 13:38:15 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: [Qemu-devel] ANNOUNCE: Release 0.10.6 of QEMU Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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.6 release. This is a stable release of the 0.10 tree and contains only bug fixes since the 0.10.5 The attached Changelog includes all of the changes that have went in since 0.10.5. It can be downloaded from Savannah at: http://download.savannah.gnu.org/releases/qemu/qemu-0.10.6.tar.gz - e1000: ignore reset command (Kevin Wolf) - fix VNC memory allocation (Stefan Weil) - fix raw_pread_aligned return value (Christoph Hellwig) - allow monitor interaction when using -incoming exec: (Chris Lalancette) - fix -net socket,listen (Jan Kiszka) - live migration: don't send gratuitous packets all at once (Gleb Natapov) - serial: fix lost characters after sysrq (Jason Wessel) - Fix prototype of zfree (Stefan Weil) - Handle EINTR with exec: migration (Uri Lublin) - Delete io-handler before closing fd after migration (Uri Lublin) - Fix qemu_aio_flush (Andrea Arcangeli) - lsi53c895a: Implement additional registers (Sebastian Herbszt) - virtio-blk: fix warning (Gerd Hoffman) - i386: fix cpu reset (Nitin Kamble) - kvm: fix irq injection into full queue (Jan Kiszka) - Prevent CD-ROM eject while device is locked (Mark McLoughlin) - Fix screen dump with blank screen (Eduardo Habkost) - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata) - Fix memory leak in SDL (Jan Kiszka) - Fix build on OS X 10.4 (John Arbuckle) - Fix leak of vlan clients after hot remove (Mark McLoughlin) - Fix migration after hot remove with eepro100 (Mark McLoughlin) - Don't start a VM after failed migration if stopped (Anthony Liguori) - Fix live migration under heavy IO load (Glauber Costa) - Honor -S on incoming migration (Paolo Bonzini) - Reset HPET config register on reset (Beth Kon) - Reset PS2 keyboard/mouse on reset (Dinesh Subraveti) -- Regards, Anthony Liguori