From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LbGbP-00048f-5z for qemu-devel@nongnu.org; Sun, 22 Feb 2009 10:50:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LbGbN-00047A-Fz for qemu-devel@nongnu.org; Sun, 22 Feb 2009 10:50:46 -0500 Received: from [199.232.76.173] (port=33691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbGbN-000477-98 for qemu-devel@nongnu.org; Sun, 22 Feb 2009 10:50:45 -0500 Received: from pop-altamira.atl.sa.earthlink.net ([207.69.195.62]:57431) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LbGbN-00050i-07 for qemu-devel@nongnu.org; Sun, 22 Feb 2009 10:50:45 -0500 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=[192.168.0.90]) by pop-altamira.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1LbGbK-00071W-00 for qemu-devel@nongnu.org; Sun, 22 Feb 2009 10:50:42 -0500 Message-ID: <49A17451.4040707@earthlink.net> Date: Sun, 22 Feb 2009 10:50:41 -0500 From: Robert Reif MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] mmio physical address to offset changes break sparc fault handling Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The recent change from mmio physical addresses to offsets break sparc fault handling because the offset is now passed to do_unassigned_access which puts the offset into the fault address register. This change also makes debugging unassigned addresses more difficult because of the missing physical address. I don't see an easy way to fix this problem other than reverting back to physical addresses.