From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4n7V-0002ZK-1x for qemu-devel@nongnu.org; Thu, 14 May 2009 22:25:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4n7Q-0002Yb-LD for qemu-devel@nongnu.org; Thu, 14 May 2009 22:25:56 -0400 Received: from [199.232.76.173] (port=55191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4n7Q-0002YX-Df for qemu-devel@nongnu.org; Thu, 14 May 2009 22:25:52 -0400 Received: from mx20.gnu.org ([199.232.41.8]:46650) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M4n7Q-0007s8-4Q for qemu-devel@nongnu.org; Thu, 14 May 2009 22:25:52 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4n7P-00051y-Cs for qemu-devel@nongnu.org; Thu, 14 May 2009 22:25:51 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Revived GUEST_BASE support for usermode emulation targets [v4] Date: Fri, 15 May 2009 03:25:31 +0100 References: <1241028203-19687-1-git-send-email-riku.voipio@iki.fi> <20090505204636.GB32298@kos.to> In-Reply-To: <20090505204636.GB32298@kos.to> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905150325.31918.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: martin.mohring@opensuse.org, mika.westerberg@iki.fi, Riku Voipio On Tuesday 05 May 2009, Riku Voipio wrote: > On Tue, May 05, 2009 at 10:02:41PM +0400, malc wrote: > > Things should work the way they are in your latest patch on x86 and > > should be done the way it's done in the original submission (mov + add) > > for x86_64. > > Ok.. here we go. not on a amd64 machine right now so I will test > that part tomorrow. I'm pretty sure it's still broken for large offsets. Paul