Re: [Qemu-devel] [PATCH 04/21] target-mips: move LL and SC instructions

2014-05-30 Thread Aurelien Jarno
On Fri, May 30, 2014 at 03:47:42PM +0100, Leon Alrae wrote: > The encoding of LL and SC instruction has changed in MIPS32 Release 6. > > Signed-off-by: Leon Alrae > --- > disas/mips.c|9 - > target-mips/translate.c | 29 +++-- > 2 files changed,

[Qemu-devel] [PATCH 04/21] target-mips: move LL and SC instructions

2014-05-30 Thread Leon Alrae
The encoding of LL and SC instruction has changed in MIPS32 Release 6. Signed-off-by: Leon Alrae --- disas/mips.c|9 - target-mips/translate.c | 29 +++-- 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/disas/mips.c b/disas/mips.c