|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] pvh: change epte_get_entry_emt() for pvh mem types
On 22/11/13 01:00, Mukesh Rathor wrote:
So this will bypass the host mtrr settings, and always return WRBACK, even if in mtrr_state it was set to something lower. Presumably that "min(host,guest)" was there for a reason. Are you sure it's safe to just ignore it?
This is why I suggested the following instead:
gmtrr_mtype = is_hvm_domain(v) ?
get_mtrr_type(&v->arch.hvm_vcpu.mtrr, (gfn << PAGE_SHIFT)) :
MTRR_TYPE_WRBACK;
-George
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |