All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] vmx: miscellaneous cleanups
@ 2016-07-20 22:25 Bandan Das
  2016-07-20 22:25 ` [PATCH 1/4] nvmx: use warn_on for buggy cases when emulating invept/invvpid Bandan Das
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Bandan Das @ 2016-07-20 22:25 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar, linux-kernel

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 (4):
  nvmx: use warn_on for buggy cases when emulating invept/invvpid
  nvmx: mark ept single context invalidation as supported
  mmu: don't pass *kvm to spte_write_protect
  nvmx: check for shadow vmcs check on entry

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

-- 
2.5.5

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

end of thread, other threads:[~2016-07-22 15:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 22:25 [PATCH 0/4] vmx: miscellaneous cleanups Bandan Das
2016-07-20 22:25 ` [PATCH 1/4] nvmx: use warn_on for buggy cases when emulating invept/invvpid Bandan Das
2016-07-21  9:13   ` Paolo Bonzini
2016-07-21 19:18     ` Bandan Das
2016-07-20 22:25 ` [PATCH 2/4] nvmx: mark ept single context invalidation as supported Bandan Das
2016-07-20 22:25 ` [PATCH 3/4] mmu: don't pass *kvm to spte_write_protect Bandan Das
2016-07-21  9:15   ` Paolo Bonzini
2016-07-21 19:21     ` Bandan Das
2016-07-20 22:25 ` [PATCH 4/4] nvmx: check for shadow vmcs check on entry Bandan Das
2016-07-21  9:16   ` Paolo Bonzini
2016-07-21 19:20     ` Bandan Das
2016-07-22  8:40       ` Paolo Bonzini
2016-07-22 15:51         ` Bandan Das

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.