Re: [Qemu-devel] [PATCH] Add privilege level check to several Cop0 instructions.

2012-08-27 Thread Aurelien Jarno
On Sat, Sep 17, 2011 at 05:05:32PM -0700, Eric Johnson wrote: > 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 > --- > target-mips/translate.c

Re: [Qemu-devel] [PATCH] Add privilege level check to several Cop0 instructions.

2011-09-17 Thread Johnson, Eric
...@aurel32.net Subject: [Qemu-devel] [PATCH] 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

[Qemu-devel] [PATCH] Add privilege level check to several Cop0 instructions.

2011-09-17 Thread Eric Johnson
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 --- target-mips/translate.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff -