Re: [Xen-devel] [PATCH 03/10] VMX: Add PML definition and feature detection.

2015-03-29 Thread Kai Huang
On 03/28/2015 04:46 AM, Andrew Cooper wrote: On 27/03/15 02:35, Kai Huang wrote: The patch adds PML definition and feature detection. Note PML won't be detected if PML is disabled from boot parameter. PML is also disabled in construct_vmcs, as it will only be enabled when domain is switched to

Re: [Xen-devel] [PATCH 03/10] VMX: Add PML definition and feature detection.

2015-03-27 Thread Andrew Cooper
On 27/03/15 02:35, Kai Huang wrote: > The patch adds PML definition and feature detection. Note PML won't be > detected > if PML is disabled from boot parameter. PML is also disabled in > construct_vmcs, > as it will only be enabled when domain is switched to log dirty mode. > > Signed-off-by: Ka

[Xen-devel] [PATCH 03/10] VMX: Add PML definition and feature detection.

2015-03-26 Thread Kai Huang
The patch adds PML definition and feature detection. Note PML won't be detected if PML is disabled from boot parameter. PML is also disabled in construct_vmcs, as it will only be enabled when domain is switched to log dirty mode. Signed-off-by: Kai Huang --- xen/arch/x86/hvm/vmx/vmcs.c|