Re: [Qemu-devel] [PATCH 8/9] target-mips: Implement segmentation control

2017-07-06 Thread James Hogan
On Thu, Oct 13, 2016 at 02:06:25PM +0100, Yongbok Kim wrote: > > > On 06/09/2016 12:03, 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 dyna

Re: [Qemu-devel] [PATCH 8/9] target-mips: Implement segmentation control

2016-10-13 Thread Yongbok Kim
On 06/09/2016 12:03, 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 8/9] target-mips: Implement segmentation control

2016-09-06 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