Re: [Qemu-devel] [PATCH v3 13/15] target-mips: microMIPS32 R6 Major instructions

2015-06-24 Thread Aurelien Jarno
On 2015-06-23 16:38, Yongbok Kim wrote: > add new microMIPS32 Release 6 Major opcode instructions > > Signed-off-by: Yongbok Kim > --- > target-mips/translate.c | 62 > ++- > 1 files changed, 45 insertions(+), 17 deletions(-) Reviewed-by: Aurelien

[Qemu-devel] [PATCH v3 13/15] target-mips: microMIPS32 R6 Major instructions

2015-06-23 Thread Yongbok Kim
add new microMIPS32 Release 6 Major opcode instructions Signed-off-by: Yongbok Kim --- target-mips/translate.c | 62 ++- 1 files changed, 45 insertions(+), 17 deletions(-) diff --git a/target-mips/translate.c b/target-mips/translate.c index 596ba1b.