Re: [Qemu-devel] [PATCH 1/6] target-mips: add Config5.SBRI

2014-10-16 Thread Yongbok Kim
Please update message body as it also adds dm{f,t}c0 for config{4,5}. See the comment below. Reviewed-by: Yongbok Kim Regards, Yongbok On 14/07/2014 17:19, Leon Alrae wrote: SDBBP instruction Reserved Instruction control. The purpose of this field is to restrict availability of SDBBP to kerne

[Qemu-devel] [PATCH 1/6] target-mips: add Config5.SBRI

2014-07-14 Thread Leon Alrae
SDBBP instruction Reserved Instruction control. The purpose of this field is to restrict availability of SDBBP to kernel mode operation. If the bit is set then SDBBP instruction can only be executed in kernel mode. User execution of SDBBP will cause a Reserved Instruction exception. Signed-off-by