qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Yongbok Kim
Subject: Re: [Qemu-devel] [PATCH 12/14] target/mips: Implement segmentation control
Date: Thu, 20 Jul 2017 14:08:05 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0


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 set
> up even when the feature is not exposed to the guest).
> 
> Signed-off-by: James Hogan <address@hidden>
> Cc: Yongbok Kim <address@hidden>
> Cc: Aurelien Jarno <address@hidden>
> ---
> Changes in v2:
> - Use hwaddr instead of target_ulong for physical addresses in
>   get_seg[ctl]_physical_address() (Yongbok).
> - Fix xkphys privilege control based on access mode (am) (Yongbok).
> - Fix xkphys TLB faults to use XTLB.
> ---
>  target/mips/helper.c | 177 +++++++++++++++++++++++++++++++++++---------
>  1 file changed, 142 insertions(+), 35 deletions(-)
> 

Reviewed-by: Yongbok Kim <address@hidden>

Regards,
Yongbok




reply via email to

[Prev in Thread] Current Thread [Next in Thread]