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

2015-10-30 Thread Leon Alrae
On 29/10/15 17:17, Yongbok Kim wrote: > Correct updating XContext.Region field on mmu exceptions. > If Config3.CTXTC = 0 then the R field of XContext has to be updated > with the value of bits 63..62 of the virtual address upon a TLB > exception. > Also fixed the below line which overs 80 character

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

2015-10-29 Thread James Hogan
On Thu, Oct 29, 2015 at 05:17:52PM +, Yongbok Kim wrote: > Correct updating XContext.Region field on mmu exceptions. > If Config3.CTXTC = 0 then the R field of XContext has to be updated > with the value of bits 63..62 of the virtual address upon a TLB > exception. It wouldn't hurt to mention

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

2015-10-29 Thread Yongbok Kim
Correct updating XContext.Region field on mmu exceptions. If Config3.CTXTC = 0 then the R field of XContext has to be updated with the value of bits 63..62 of the virtual address upon a TLB exception. Also fixed the below line which overs 80 characters. Signed-off-by: Yongbok Kim --- target-mips