From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Loh3k-0002kf-2O for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:43:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Loh3f-0002eL-Gd for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:43:31 -0400 Received: from [199.232.76.173] (port=47241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Loh3f-0002eA-BQ for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:43:27 -0400 Received: from qw-out-1920.google.com ([74.125.92.146]:10643) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Loh3e-0001tR-Pz for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:43:27 -0400 Received: by qw-out-1920.google.com with SMTP id 5so1701097qwf.4 for ; Tue, 31 Mar 2009 09:43:26 -0700 (PDT) Message-ID: <49D2482A.5050703@codemonkey.ws> Date: Tue, 31 Mar 2009 11:43:22 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] ANNOUNCE: Release 0.10.1 of QEMU References: <49C57763.8040904@codemonkey.ws> <94a0d4530903290408s1f546184s1ff1c0d36ced7162@mail.gmail.com> <94a0d4530903310934m3fec1e30y8dc19a7d488c9a03@mail.gmail.com> In-Reply-To: <94a0d4530903310934m3fec1e30y8dc19a7d488c9a03@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Felipe Contreras Cc: Riku Voipio , qemu-devel@nongnu.org, Paul Brook Felipe Contreras wrote: > On Sun, Mar 29, 2009 at 2:08 PM, Felipe Contreras > wrote: > >> On Sun, Mar 22, 2009 at 2:25 AM, Anthony Liguori wrote: >> >>> The QEMU team is pleased to announce the availability of the 0.10.1 release. >>> This is a stable release of the 0.10 tree and contains only bug fixes since >>> the 0.10.0. The attached Changelog includes all of the changes that have >>> went in since 0.10.0. >>> >>> It can be downloaded from Savannah at: >>> >>> http://savannah.nongnu.org/download/qemu/qemu-0.10.1.tar.gz >>> >>> It may take a couple hours for the Savannah mirrors to update so if you get >>> an error, try again later. >>> >> You forgot this one: >> http://lists.gnu.org/archive/html/qemu-devel/2009-03/msg00315.html >> > > Ping? > This is for Paul to decide. I don't know linux-user emulation well enough to judge how much of an impact this patch exposes verses what it fixes. I plan on cutting another stable release soon though so if it's going to go it, it should go in in the next day or two. Regards, Anthony Liguori > I'm adding Riku Voipio to the loop since I think he might be interested. > > Again, arm-linux-user is broken on the stable branch since: > http://repo.or.cz/w/qemu.git?a=commit;h=a2f86d8 > > Cross-compilation with scratchbox doesn't work for anything that > checks for pthreads (using pthread_join), like GLib's configure > script. > > It has been fixed by: > http://repo.or.cz/w/qemu.git?a=commit;h=c27647 > >