From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V221n-0001ur-MW for qemu-devel@nongnu.org; Wed, 24 Jul 2013 12:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V221k-0006XQ-TP for qemu-devel@nongnu.org; Wed, 24 Jul 2013 12:35:03 -0400 Received: from mail-yh0-x232.google.com ([2607:f8b0:4002:c01::232]:46458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V221k-0006XM-O1 for qemu-devel@nongnu.org; Wed, 24 Jul 2013 12:35:00 -0400 Received: by mail-yh0-f50.google.com with SMTP id a41so190971yho.23 for ; Wed, 24 Jul 2013 09:35:00 -0700 (PDT) Sender: Richard Henderson Message-ID: <51F0022E.7010507@twiddle.net> Date: Wed, 24 Jul 2013 06:34:54 -1000 From: Richard Henderson MIME-Version: 1.0 References: <1374611274-19493-1-git-send-email-rth@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] vdso for x86_64-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: riku.voipio@iki.fi, qemu-devel@nongnu.org On 07/23/2013 11:15 AM, Peter Maydell wrote: > On 23 July 2013 21:27, Richard Henderson wrote: >> This is a refresh of a patch I wrote in 2010, and have re-posted every >> 6 months thereafter. To my knowledge, it has never been reviewed. >> >> It supplies a replacement for the required x86-64 vdso. Anyone trying >> to emulate x86_64-linux on a host other than same will quickly run into >> the lack of a gettimeofday syscall, which glibc assumes is always >> provided by the vdso. > > Do we really need to mess with building an x86 shared object > and pulling it in, rather than the kind of ad-hoc way we > handle the ARM commpage? Isn't the arm ad-hoc really the much larger and uglier hack? r~