From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OisUt-0004wk-P4 for qemu-devel@nongnu.org; Tue, 10 Aug 2010 13:20:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OisUs-0006BQ-4i for qemu-devel@nongnu.org; Tue, 10 Aug 2010 13:20:19 -0400 Received: from a.mail.sonic.net ([64.142.16.245]:42326) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OisUr-0006B9-U6 for qemu-devel@nongnu.org; Tue, 10 Aug 2010 13:20:18 -0400 Message-ID: <4C617C90.30309@twiddle.net> Date: Tue, 10 Aug 2010 09:21:36 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 00/12 v4] Clean up linux-user/elfload.c References: <1280251538-6860-1-git-send-email-rth@twiddle.net> <201008091852.08737.dl9pf@gmx.de> In-Reply-To: <201008091852.08737.dl9pf@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SmFuLVNpbW9uIE3DtmxsZXI=?= Cc: qemu-devel@nongnu.org On 08/09/2010 09:52 AM, Jan-Simon M=C3=B6ller wrote: >> A re-based and re-tested version of a patch series I >> posted back in April and May. These cleanups prepare >> elfload.c for loading the VDSO for x86_64. >=20 > Do you have a repo where i could pull these from ? Which, the vdso loading bits? git://repo.or.cz/qemu/rth.git elfload-vdso I still haven't worked out how to fix the makefile, and there's still the question of how to load the vdso from the build tree (as opposed to the install tree). r~