Re: [Qemu-devel] [PATCH] target-mips: fix semihosting for microMIPS R6

2015-08-03 Thread Aurelien Jarno
On 2015-08-03 13:01, Leon Alrae wrote: > In semihosting mode the SDBBP 1 instructions should trigger UHI syscall, > but in QEMU this does not happen for recently added microMIPS R6. > Consequently bare metal microMIPS R6 programs supporting UHI will not run. > > Signed-off-by: Leon Alrae > --- >

[Qemu-devel] [PATCH] target-mips: fix semihosting for microMIPS R6

2015-08-03 Thread Leon Alrae
In semihosting mode the SDBBP 1 instructions should trigger UHI syscall, but in QEMU this does not happen for recently added microMIPS R6. Consequently bare metal microMIPS R6 programs supporting UHI will not run. Signed-off-by: Leon Alrae --- target-mips/translate.c | 10 +++--- 1 file chan