From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LohAF-0002mD-Jk for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:50:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LohAE-0002ln-IQ for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:50:15 -0400 Received: from [199.232.76.173] (port=47341 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LohAE-0002lj-Ew for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:50:14 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:54787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LohAD-0002mA-Qp for qemu-devel@nongnu.org; Tue, 31 Mar 2009 12:50:14 -0400 Received: by fg-out-1718.google.com with SMTP id e21so49734fga.8 for ; Tue, 31 Mar 2009 09:50:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49D2482A.5050703@codemonkey.ws> References: <49C57763.8040904@codemonkey.ws> <94a0d4530903290408s1f546184s1ff1c0d36ced7162@mail.gmail.com> <94a0d4530903310934m3fec1e30y8dc19a7d488c9a03@mail.gmail.com> <49D2482A.5050703@codemonkey.ws> Date: Tue, 31 Mar 2009 19:50:12 +0300 Message-ID: <94a0d4530903310950t7a11d3e9wbb67dbeb46abe917@mail.gmail.com> Subject: Re: [Qemu-devel] ANNOUNCE: Release 0.10.1 of QEMU From: Felipe Contreras Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Riku Voipio , qemu-devel@nongnu.org, Paul Brook On Tue, Mar 31, 2009 at 7:43 PM, Anthony Liguori wr= ote: > 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. >>>> =C2=A0This is a stable release of the 0.10 tree and contains only bug = fixes >>>> since >>>> the 0.10.0. =C2=A0The attached Changelog includes all of the changes t= hat >>>> 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 yo= u >>>> 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. =C2=A0I 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. I'm attaching the message, again, where he says it's safe enough. ---------- Forwarded message ---------- From: Paul Brook Date: Tue, Mar 17, 2009 at 2:54 PM Subject: Re: [Qemu-devel] [6735] The _exit syscall is used for both thread termination in NPTL applications , To: Felipe Contreras Cc: Aurelien Jarno > >>> The _exit syscall is used for both thread termination in NPTL > >>> applications, and process termination in legacy applications. Try to > >>> guess which we want based on the presence of multiple threads. > >>> > >>> Also implement locking when modifying the CPU list. > >> > >> This fixes a regression in arm-linux-user, I'm not so sure this is really a regression. Multithreaded applications nev= er worked. > >> it should be pushed into the stable branch, right? > > > > If it fixes something *and* if there is no risk of regression, yes. But > > I am not the one able to decide. Paul Brook is the person to ask. There's always a risk of a regression. I suspect this change is probably fairly safe though. Paul --=20 Felipe Contreras