From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51855 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhR1Y-0006ff-Tg for qemu-devel@nongnu.org; Mon, 24 Jan 2011 13:20:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhR1X-0006DR-PY for qemu-devel@nongnu.org; Mon, 24 Jan 2011 13:20:20 -0500 Received: from mail-gw0-f45.google.com ([74.125.83.45]:37791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhR1X-0006DM-LU for qemu-devel@nongnu.org; Mon, 24 Jan 2011 13:20:19 -0500 Received: by gwaa12 with SMTP id a12so1584569gwa.4 for ; Mon, 24 Jan 2011 10:20:18 -0800 (PST) Message-ID: <4D3DC2D4.5010504@landley.net> Date: Mon, 24 Jan 2011 12:20:04 -0600 From: Rob Landley MIME-Version: 1.0 Subject: Re: [Qemu-devel] TCG flow vs dyngen References: <000001cbb58c$221f5a00$011aa8c0@side35ya3cah0n> <4D330D01.9060801@gmail.com> <4D3CA28C.5080907@landley.net> <4D3CAAF3.2080600@gmail.com> <4D3CBC65.5070007@landley.net> <4D3D51A8.3060903@gmail.com> In-Reply-To: <4D3D51A8.3060903@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Bonifazi Cc: =?ISO-8859-1?Q?Rapha=EBl_Lef=E8vre?= , qemu-devel@nongnu.org On 01/24/2011 04:17 AM, Stefano Bonifazi wrote: > I read your post, and yup you also noticed the weird of load_bias.. and > wondered how it can work on x86.. > But I think your work was on qemu-system.. I am working on qemu-user.. My post wasn't on qemu-anything, it was while I was trying to debug the uClibc dynamic loader on a new platform (the Qualcomm Hexagon) that Linux support still hasn't gone upstream for yet. The thing is, the kernel currently _does_ work, so studying the relevant kernel code (and possibly the dynamic loader code) is one way to learn how it currently works. Rob