From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lba2z-0004ZO-OV for qemu-devel@nongnu.org; Mon, 23 Feb 2009 07:36:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lba2x-0004YL-JD for qemu-devel@nongnu.org; Mon, 23 Feb 2009 07:36:32 -0500 Received: from [199.232.76.173] (port=35246 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lba2x-0004YD-GV for qemu-devel@nongnu.org; Mon, 23 Feb 2009 07:36:31 -0500 Received: from smtp5.uk2.net ([83.170.81.185]:52375) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lba2x-0007Lo-6S for qemu-devel@nongnu.org; Mon, 23 Feb 2009 07:36:31 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [5849] Change MMIO callbacks to use offsets, =?utf-8?q?=09not_absolute?= addresses. Date: Mon, 23 Feb 2009 12:36:26 +0000 References: <49A29403.7080801@earthlink.net> In-Reply-To: <49A29403.7080801@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902231236.26691.paul@nowt.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Robert Reif Cc: qemu-devel@nongnu.org On Monday 23 February 2009, Robert Reif wrote: > Paul Brook wrote: > > Revision: 5849 > > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5849 > > Author: pbrook > > Date: 2008-12-01 18:59:50 +0000 (Mon, 01 Dec 2008) > > > > Log Message: > > ----------- > > Change MMIO callbacks to use offsets, not absolute addresses. > > > > Signed-off-by: Paul Brook > > This patch breaks sparc illegal access fault handling because the > address of the fault is no longer available, only the offset. Really? DEBUG_UNASSIGNED prints the expected values for ARM targets, and the sparc code looks like it should be using the same value. Paul