From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lfyz2-0005d3-PX for qemu-devel@nongnu.org; Sat, 07 Mar 2009 11:02:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lfyz1-0005bg-P4 for qemu-devel@nongnu.org; Sat, 07 Mar 2009 11:02:40 -0500 Received: from [199.232.76.173] (port=33126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lfyz1-0005bO-Hb for qemu-devel@nongnu.org; Sat, 07 Mar 2009 11:02:39 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]:1121) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lfyz0-0004Wm-UC for qemu-devel@nongnu.org; Sat, 07 Mar 2009 11:02:39 -0500 Received: by fg-out-1718.google.com with SMTP id e21so647956fga.8 for ; Sat, 07 Mar 2009 08:02:37 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <200903071405.37427.paul@codesourcery.com> References: <1236428435-28631-1-git-send-email-felipe.contreras@gmail.com> <200903071405.37427.paul@codesourcery.com> Date: Sat, 7 Mar 2009 18:02:36 +0200 Message-ID: <94a0d4530903070802i18ba4445p712c4d1b9f97f836@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH] Revert "Use the host exit syscall for exiting (Lauro Ramos Venancio)." 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: Paul Brook Cc: qemu-devel@nongnu.org On Sat, Mar 7, 2009 at 4:05 PM, Paul Brook wrote: > On Saturday 07 March 2009, Felipe Contreras wrote: >> This breaks pthread_join on arm-linux-user. >>.. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0/* XXX: should free thread stack and C= PU env */ >> - =C2=A0 =C2=A0 =C2=A0 =C2=A0sys_exit(arg1); >> + =C2=A0 =C2=A0 =C2=A0 =C2=A0_exit(arg1); > > No. You're just reverting an earlier (also incorrect) change. That commit introduced a regression arm-linux-user, I'm just reverting the change. What do you propose? Leaving arm-linux-user broken is not good. --=20 Felipe Contreras