linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] vmx: miscellaneous cleanups
@ 2016-08-02 20:32 Bandan Das
  2016-08-02 20:32 ` [PATCH v2 1/3] nvmx: remove comment about missing nested vpid support Bandan Das
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bandan Das @ 2016-08-02 20:32 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar, linux-kernel

v1 posted here https://lkml.org/lkml/2016/7/20/605

v2:
1/3 : Replacing BUG_ONs with WARN_ONs is not necessary
2/3 : No change
3/3 : Remove the kvm parameter from two other functions
4/3 : Removed, although the spec says to do it, it can't be triggered

These are some very minor vmx cleanups.
2/4 is necessary for nested esx to be able to
successfully launch a guest of its own. Without single context
invalidation present, it just disables ept altogether.

Bandan Das (3):
  nvmx: remove comment about missing nested vpid support
  nvmx: mark ept single context invalidation as supported
  mmu: don't pass *kvm to spte_write_protect and spte_*_dirty

 arch/x86/kvm/mmu.c | 12 ++++++------
 arch/x86/kvm/vmx.c | 15 +++++++--------
 2 files changed, 13 insertions(+), 14 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-08-04 12:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-02 20:32 [PATCH v2 0/3] vmx: miscellaneous cleanups Bandan Das
2016-08-02 20:32 ` [PATCH v2 1/3] nvmx: remove comment about missing nested vpid support Bandan Das
2016-08-02 20:32 ` [PATCH v2 2/3] nvmx: mark ept single context invalidation as supported Bandan Das
2016-08-02 20:32 ` [PATCH v2 3/3] mmu: don't pass *kvm to spte_write_protect and spte_*_dirty Bandan Das
2016-08-04 12:21 ` [PATCH v2 0/3] vmx: miscellaneous cleanups Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).