All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT
@ 2016-11-30 15:03 Ladi Prosek
  2016-11-30 15:03 ` [PATCH v3 1/4] " Ladi Prosek
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ladi Prosek @ 2016-11-30 15:03 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar, bsd

The series addresses a specific issue with guest CR3 load on nested vmentry
as well as a few additional changes related to handling guest and host CR3.

v2->v3:

* split to 4 patches
* fixed the error code used on host PDPTE load failure
* added a vmentry host CR3 validity check + new nested_cr3_valid helper

v1->v2:

* introduced nested_vmx_load_cr3 (more error handling, less MMU work)
* also handles nested exit in addition to nested entry
* amended commit description

Ladi Prosek (4):
      KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT
      KVM: nVMX: propagate errors from prepare_vmcs02
      KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry
      KVM: nVMX: check host CR3 on vmexit


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 15:03 [PATCH v3 0/4] KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT Ladi Prosek
2016-11-30 15:03 ` [PATCH v3 1/4] " Ladi Prosek
2016-12-21  7:31   ` Wanpeng Li
2016-12-21  8:09     ` Ladi Prosek
2016-12-21 12:20       ` Wanpeng Li
2016-11-30 15:03 ` [PATCH v3 2/4] KVM: nVMX: propagate errors from prepare_vmcs02 Ladi Prosek
2016-11-30 15:03 ` [PATCH v3 3/4] KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry Ladi Prosek
2016-11-30 15:03 ` [PATCH v3 4/4] KVM: nVMX: check host CR3 on vmentry and vmexit Ladi Prosek
2016-12-01 14:18 ` [PATCH v3 0/4] KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT Radim Krčmář
2016-12-01 15:00   ` Ladi Prosek

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.