Re: [Qemu-devel] [PATCHv1 07/14] target/mips: convert to DisasContextBase

2018-03-07 Thread Philippe Mathieu-Daudé
On 03/01/2018 07:53 PM, Emilio G. Cota wrote: > Cc: Aurelien Jarno > Cc: Yongbok Kim > Signed-off-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c | 346 > > 1 file changed, 175 insertions(+), 171 deletio

[Qemu-devel] [PATCHv1 07/14] target/mips: convert to DisasContextBase

2018-03-01 Thread Emilio G. Cota
Cc: Aurelien Jarno Cc: Yongbok Kim Signed-off-by: Emilio G. Cota --- target/mips/translate.c | 346 1 file changed, 175 insertions(+), 171 deletions(-) diff --git a/target/mips/translate.c b/target/mips/translate.c index a133205..aefd729 100644