qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] mmio physical address to offset changes break sparc fault h


From: Robert Reif
Subject: [Qemu-devel] mmio physical address to offset changes break sparc fault handling
Date: Sun, 22 Feb 2009 10:50:41 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]