Re: [Qemu-devel] [PATCH 12/14] target/mips: Implement segmentation control

2017-07-20 Thread Yongbok Kim
On 18/07/2017 12:55, James Hogan wrote: > Implement the optional segmentation control feature in the virtual to > physical address translation code. > > The fixed legacy segment and xkphys handling is replaced with a dynamic > layout based on the segmentation control registers (which should be s

[Qemu-devel] [PATCH 12/14] target/mips: Implement segmentation control

2017-07-18 Thread James Hogan
Implement the optional segmentation control feature in the virtual to physical address translation code. The fixed legacy segment and xkphys handling is replaced with a dynamic layout based on the segmentation control registers (which should be set up even when the feature is not exposed to the gu