qemu-system-arm injects #UND exception with wrong PC

Bug #1463338 reported by Robert Buhren
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QEMU
Fix Released
Undecided
Unassigned

Bug Description

Usually all accesses to coprocessor registers are only possible in PL1 or higher. When accessing a coprocessor register in user mode, QEMU generates a trap and the PC of the trapping instruction is passed to the OS with an offset of+ 4. Some coprocessor registers can be configured to allow access to them in usermode (PL0). The latest qemu-git (ee09f84e6bf5383a23c9624115c26b72aa1e076c) seems to add an offest of 8 instead of four if such a register is accessed from user mode. This happens only if the coprocessors register that is accessed might also be accessed from PL0. In case all accesses to the coprocessor register from PL0 cause a trap, qemu injects the #UND trap with the correct PC value.

Attached is a small test program that installs a signal handler for "SIGILL". On a pandaboard the progam prints "Val=0x2 Val2=0x2" whereas on the latest "qemu-system-arm" the output is : "Val=0x1 Val2=0x2"

Qemu was configured with: "./configure --python=`which python2.7` --target-list=arm-softmmu"
The test can be compiled with: "gcc -g -static test2.c -o test2"

If further information is needed, feel free to ask.

Regards,

Robert

Revision history for this message
Robert Buhren (q-rbbert-b) wrote :
Revision history for this message
Peter Maydell (pmaydell) wrote :

Thanks for the clear bug report and the test case. I've submitted a patch which fixes this:
http://patchwork.ozlabs.org/patch/482273/

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

Should be in 2.6.

Changed in qemu:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.