]> git.proxmox.com Git - qemu.git/commit
target-mips: add privilege level check to several Cop0 instructions
authorEric Johnson <ericj@mips.com>
Sun, 18 Sep 2011 00:05:32 +0000 (17:05 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Aug 2012 20:17:59 +0000 (22:17 +0200)
commit2e15497c5b8d0d172dece0cf56e2d2e977a6b679
tree960a11878805501a177165a89d0ed0543a6fbcb1
parent08406b035edc35fff4e3e14af3ec6f8f3a17a587
target-mips: add privilege level check to several Cop0 instructions

The MIPS Architecture Verification Programs (AVPs) check privileged
instructions for the required privilege level.  These changes are needed
to pass the AVP suite.

Signed-off-by: Eric Johnson <ericj@mips.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c