[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] qemu-arm: wrong execution of post-indexed loads when Rm
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] qemu-arm: wrong execution of post-indexed loads when Rm and Rd are the same register |
Date: |
Thu, 15 Mar 2007 22:04:39 +0000 |
User-agent: |
KMail/1.9.5 |
On Thursday 15 March 2007 21:55, Laurent Desnogues wrote:
> Paul Brook a écrit :
> > I suggest you check again. I'm fairly sure the arm926 implements the Base
> > Restored abort model.
>
> Yes, but arm7 is Based Updated IIRC. What particular implementation
> does Qemu target?
Qemu currently emulates arm926 or arm1026.
For userspace emulation we have to use the Base Restored model because that's
what linux implements, even on Base Updated hardware.
In recent revisions of the ARM Architecture (v6+) Base Restored is the only
model allowed.
Paul