All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Deter enabling of EPT A/D bit plus coding style fix
@ 2015-10-20  2:34 Kai Huang
  2015-10-20  2:34 ` [PATCH 1/2] x86/ept: defer enabling of EPT A/D bit until PML get enabled Kai Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kai Huang @ 2015-10-20  2:34 UTC (permalink / raw)
  To: jbeulich, andrew.cooper3, george.dunlap, kevin.tian, jun.nakajima,
	xen-devel
  Cc: Kai Huang

Patch 1 is the v2 of defering enabling of EPT A/D bit until PML get enabled,
with comments from Jan in v1 addressed. Patch 2 is coding style fix of
for_each_vcpu to existing PML functions according to Jan.

Kai Huang (2):
  x86/ept: defer enabling of EPT A/D bit until PML get enabled.
  x86/vmx: fix coding style of PML functions

 xen/arch/x86/hvm/vmx/vmcs.c        | 32 ++++++++++++++++++++++++++++----
 xen/arch/x86/mm/p2m-ept.c          | 24 ++++++++++++++++++++----
 xen/include/asm-x86/hvm/vmx/vmcs.h |  2 ++
 3 files changed, 50 insertions(+), 8 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-10-21  3:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20  2:34 [PATCH 0/2] Deter enabling of EPT A/D bit plus coding style fix Kai Huang
2015-10-20  2:34 ` [PATCH 1/2] x86/ept: defer enabling of EPT A/D bit until PML get enabled Kai Huang
2015-10-20  9:46   ` Jan Beulich
2015-10-20 10:01   ` Andrew Cooper
2015-10-21  3:00   ` Tian, Kevin
2015-10-20  2:34 ` [PATCH 2/2] x86/vmx: fix coding style of PML functions Kai Huang
2015-10-20 10:01   ` Andrew Cooper
2015-10-21  3:00   ` Tian, Kevin
2015-10-20 10:44 ` [PATCH 0/2] Deter enabling of EPT A/D bit plus coding style fix Kai Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.