From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuYF5-0008GE-FS for qemu-devel@nongnu.org; Wed, 13 Dec 2006 12:50:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuYF3-0008EO-Mb for qemu-devel@nongnu.org; Wed, 13 Dec 2006 12:50:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuYF3-0008Dt-DD for qemu-devel@nongnu.org; Wed, 13 Dec 2006 12:50:05 -0500 Received: from [66.249.92.168] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GuYF2-0006jO-Fs for qemu-devel@nongnu.org; Wed, 13 Dec 2006 12:50:04 -0500 Received: by ug-out-1314.google.com with SMTP id j40so238282ugd for ; Wed, 13 Dec 2006 09:50:02 -0800 (PST) Message-ID: <1d592d70612130950l488f0bd2hee29cbd4046a0a62@mail.gmail.com> Date: Wed, 13 Dec 2006 19:50:01 +0200 From: "Kirill Shutemov" In-Reply-To: <1d592d70612120456s21299325q811e75310d432266@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1d592d70612111745s8f6b7fcy5e115874d066fe15@mail.gmail.com> <1d592d70612120456s21299325q811e75310d432266@mail.gmail.com> Subject: [Qemu-devel] Re: [PATCH] Simplily linux-user/path.c 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 12/12/06, Kirill Shutemov wrote: > I have no ideas why path.c is so complex. Any? In the attachment > rewritten version. It has tested with qemu-arm. > > With old version I had the problem. It hangs due loop of symlinks. :( > > > Any comments?