From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4syh-0007Pe-Fj for qemu-devel@nongnu.org; Fri, 15 May 2009 04:41:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4syf-0007PK-Uy for qemu-devel@nongnu.org; Fri, 15 May 2009 04:41:15 -0400 Received: from [199.232.76.173] (port=38827 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4syf-0007PH-RZ for qemu-devel@nongnu.org; Fri, 15 May 2009 04:41:13 -0400 Received: from dd21438.kasserver.com ([85.13.141.110]:49747) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4syf-0002d0-Ee for qemu-devel@nongnu.org; Fri, 15 May 2009 04:41:13 -0400 Message-ID: <4A0D2AA5.7000000@opensuse.org> Date: Fri, 15 May 2009 10:41:09 +0200 From: Martin Mohring MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Revived GUEST_BASE support for usermode emulation targets [v4] References: <1241028203-19687-1-git-send-email-riku.voipio@iki.fi> <20090505204636.GB32298@kos.to> <200905150325.31918.paul@codesourcery.com> In-Reply-To: <200905150325.31918.paul@codesourcery.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: Paul Brook Cc: martin.mohring@opensuse.org, mika.westerberg@iki.fi, Riku Voipio , qemu-devel@nongnu.org Paul Brook wrote: > 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 > Is big offsets the intention of this patch? As far as I understood its for small offsets (typical 64k - on debian, ubuntu, suse, fedora and all the others - i checked it because it tested this), so address 0 will not be used in typical linux configs today to grab null pointer exceptions. As result of some commits, the patch currently does not apply anymore. Martin