All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove unused bits checking for EPT logic.
@ 2012-12-04 17:55 Xiantao Zhang
  2012-12-04 17:55 ` [PATCH 1/2] kvm: remove unnecessary bit checking for ept violation Xiantao Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiantao Zhang @ 2012-12-04 17:55 UTC (permalink / raw)
  To: kvm; +Cc: gleb, mtosatti

From: Zhang Xiantao <xiantao.zhang@intel.com>

This two bits{bit 6 in exit_qualification, and bit 24 in VMX_EPT_VPID_CAP_MSR} 
are not available in SDM, remove them for consistence.

Zhang Xiantao (2):
  kvm: remove unnecessary bit checking for ept violation
  kvm: don't use bit24 for detecting address-specific invalidation
    capability

 arch/x86/include/asm/vmx.h |    3 +--
 arch/x86/kvm/vmx.c         |   21 ---------------------
 2 files changed, 1 insertions(+), 23 deletions(-)


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

end of thread, other threads:[~2012-12-05 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 17:55 [PATCH 0/2] Remove unused bits checking for EPT logic Xiantao Zhang
2012-12-04 17:55 ` [PATCH 1/2] kvm: remove unnecessary bit checking for ept violation Xiantao Zhang
2012-12-04 17:55 ` [PATCH 2/2] kvm: don't use bit24 for detecting address-specific invalidation capability Xiantao Zhang
2012-12-05 14:36 ` [PATCH 0/2] Remove unused bits checking for EPT logic Gleb Natapov

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.