Re: [Qemu-devel] [PATCH] target-mips: fix detection of the end of the page during translation

2015-02-02 Thread Richard Henderson
On 01/26/2015 07:53 AM, Leon Alrae wrote: > The test is supposed to terminate TB if the end of the page is reached. > However, with current implementation it may never succeed for microMIPS or > mips16. > > Reported-by: Richard Henderson > Signed-off-by: Leon Alrae > --- > target-mips/translate

Re: [Qemu-devel] [PATCH] target-mips: fix detection of the end of the page during translation

2015-01-28 Thread Leon Alrae
On 28/01/2015 00:14, Maciej W. Rozycki wrote: > On Mon, 26 Jan 2015, Leon Alrae wrote: > >> The test is supposed to terminate TB if the end of the page is reached. >> However, with current implementation it may never succeed for microMIPS or >> mips16. >> >> Reported-by: Richard Henderson >> Sign

Re: [Qemu-devel] [PATCH] target-mips: fix detection of the end of the page during translation

2015-01-27 Thread Maciej W. Rozycki
On Mon, 26 Jan 2015, Leon Alrae wrote: > The test is supposed to terminate TB if the end of the page is reached. > However, with current implementation it may never succeed for microMIPS or > mips16. > > Reported-by: Richard Henderson > Signed-off-by: Leon Alrae > --- I'm not sure if you need

[Qemu-devel] [PATCH] target-mips: fix detection of the end of the page during translation

2015-01-26 Thread Leon Alrae
The test is supposed to terminate TB if the end of the page is reached. However, with current implementation it may never succeed for microMIPS or mips16. Reported-by: Richard Henderson Signed-off-by: Leon Alrae --- target-mips/translate.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(