]> git.ipfire.org Git - thirdparty/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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 28 Aug 2012 19:38:44 +0000 (14:38 -0500)
commit57708c532fb37163c445e7e4827e182cce2bbf60
tree3dda24500bdcdec21177edd516d987a4b3541535
parent8d45ae83523ae29fc05c6a3f7af3d863e3af18e7
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>
(cherry picked from commit 2e15497c5b8d0d172dece0cf56e2d2e977a6b679)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-mips/translate.c