Re: [Qemu-devel] [PATCH] target-mips: fix updating XContext on mmu exception

2015-10-06 Thread Leon Alrae
On 02/10/15 16:34, Yongbok Kim wrote: > Correct updating XContext.Region field on mmu exceptions. > If Config3.CTXTC = 0 then the R filed of XContext has to be updated s/filed/field > with the value of bits 63..62 of the virtual address upon a TLB > exception. > > Signed-off-by: Yongbok Kim > -

[Qemu-devel] [PATCH] target-mips: fix updating XContext on mmu exception

2015-10-02 Thread Yongbok Kim
Correct updating XContext.Region field on mmu exceptions. If Config3.CTXTC = 0 then the R filed of XContext has to be updated with the value of bits 63..62 of the virtual address upon a TLB exception. Signed-off-by: Yongbok Kim --- target-mips/helper.c |2 +- 1 files changed, 1 insertions(+)