|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [v2 05/11] vmx: add new data structure member to support PML
On 04/17/2015 06:39 AM, Tian, Kevin wrote: I mean potentially there might be such feature in the future, and I can't give you an example right now. If you are just commenting the description here but fine with the current code, I can remove that last sentence if you like. Or do you suggest to just use a "bool_t pml_enabled"? I am fine with both, but looks there's no objection from others so I intend to keep it as 'unsigned int status', if you agree.From: Kai Huang [mailto:kai.huang@xxxxxxxxxxxxxxx] Sent: Wednesday, April 15, 2015 3:04 PM A new 4K page pointer is added to arch_vmx_struct as PML buffer for vcpu. And a new 'status' field is added to vmx_domain to indicate whether PML is enabled for the domain or not. The 'status' field also can be used for further similiar purpose.not sure about the last sentence. what's the similar purpose to "whether PML is enabled"? :-) OK. Looks it's a common sense to all of you so I'll just remove this sentence.Note both new members don't have to be initialized to zero explicitly as both vcpu and domain structure are zero-ed when they are created.no initialization in this patch, so why explaining it here?
OK. I will move it just above the declaration of struct arch_vmx_struct. and is pml_buffer or pml_buf more clear? To me pml_buffer or pml_buf is more likely a virtual address you can access the buffer directly, while pml_pg indicates it's a pointer of struct page_info. If you you look at patch 6, you can find statements like:
uint64_t *pml_buf;
pml_buf = __map_domain_page(v->arch.hvm_vmx.pml_pg);
So I intend to keep it.
Thanks,
-Kai
}; int vmx_create_vmcs(struct vcpu *v); -- 2.1.0_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |