Re: [Qemu-devel] [PATCH 02/35] target/mips: Fix microMIPS on reset

2018-06-22 Thread Aleksandar Markovic
> From: Yongbok Kim > > Fix to activate microMIPS (and nanoMIPS) on reset when Config3.ISA == {1, 3} > > Signed-off-by: Yongbok Kim Reviewed-by: Aleksandar Markovic > --- > target/mips/translate.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/target/mips/translate.c b/target/m

[Qemu-devel] [PATCH 02/35] target/mips: Fix microMIPS on reset

2018-06-20 Thread Yongbok Kim
From: Yongbok Kim Fix to activate microMIPS (and nanoMIPS) on reset when Config3.ISA == {1, 3} Signed-off-by: Yongbok Kim --- target/mips/translate.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/mips/translate.c b/target/mips/translate.c index e57d71e..bfbc300 100644 --- a/t