From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnssE-0002p4-RS for qemu-devel@nongnu.org; Sun, 29 Mar 2009 07:08:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnssE-0002oZ-6O for qemu-devel@nongnu.org; Sun, 29 Mar 2009 07:08:18 -0400 Received: from [199.232.76.173] (port=34441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnssD-0002oL-D1 for qemu-devel@nongnu.org; Sun, 29 Mar 2009 07:08:17 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:15102) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnssC-0001uB-Rt for qemu-devel@nongnu.org; Sun, 29 Mar 2009 07:08:17 -0400 Received: by fg-out-1718.google.com with SMTP id l27so216454fgb.8 for ; Sun, 29 Mar 2009 04:08:15 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49C57763.8040904@codemonkey.ws> References: <49C57763.8040904@codemonkey.ws> Date: Sun, 29 Mar 2009 14:08:14 +0300 Message-ID: <94a0d4530903290408s1f546184s1ff1c0d36ced7162@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: qemu-devel@nongnu.org On Sun, Mar 22, 2009 at 2:25 AM, Anthony Liguori wr= ote: > The QEMU team is pleased to announce the availability of the 0.10.1 relea= se. > =C2=A0This is a stable release of the 0.10 tree and contains only bug fix= es since > the 0.10.0. =C2=A0The 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 g= et > an error, try again later. You forgot this one: http://lists.gnu.org/archive/html/qemu-devel/2009-03/msg00315.html ---------- 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