Comment 1 for bug 662710

Revision history for this message
Peter Maydell (pmaydell) wrote :

> qemu: fatal: cp15 insn ee1d6f70
> PSR=20000030 --C- T usr32

This is the Thumb2 instruction MRC p15, 0, r6, c13, c0, 3 (which is accessing a thread / process ID register)

I suspect that if you use a newer qemu with this commit in it:
http://git.qemu.org/qemu.git/commit/?id=f101cd885ec148761738638ae42f7c5162b6d445

then this problem will go away. I suggest 0.13.0 (released today :-)); I don't think the fix is in the 0.12.x branch.