kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH v2 0/1] KVM: nVMX: Don't leak L1 MMIO regions to L2
@ 2019-09-09 22:28 Jim Mattson
  2019-09-09 22:28 ` [RFC][PATCH v2 1/1] " Jim Mattson
  0 siblings, 1 reply; 7+ messages in thread
From: Jim Mattson @ 2019-09-09 22:28 UTC (permalink / raw)
  To: kvm; +Cc: Jim Mattson

v1->v2:
* Added static branch prediction hint to nested_get_vmcs12_pages.
* Added vmcs12->apic_access_addr to pr_warn and vcpu->run->internal.data.
* Sunk call to nested_vmx_failValid from nested_vmx_run to
  nested_vmx_enter_non_root_mode.
* Simplified return codes from nested_vmx_enter_non_root_mode.

Jim Mattson (1):
  KVM: nVMX: Don't leak L1 MMIO regions to L2

 arch/x86/include/asm/kvm_host.h |  2 +-
 arch/x86/kvm/vmx/nested.c       | 65 +++++++++++++++++++++------------
 arch/x86/kvm/x86.c              |  9 ++++-
 3 files changed, 49 insertions(+), 27 deletions(-)

-- 
2.23.0.162.g0b9fbb3734-goog


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

end of thread, other threads:[~2019-09-12 16:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09 22:28 [RFC][PATCH v2 0/1] KVM: nVMX: Don't leak L1 MMIO regions to L2 Jim Mattson
2019-09-09 22:28 ` [RFC][PATCH v2 1/1] " Jim Mattson
2019-09-09 23:14   ` Liran Alon
2019-09-12  7:48   ` Tian, Kevin
2019-09-12 16:28     ` Jim Mattson
2019-09-12  7:55   ` Tian, Kevin
2019-09-12 16:25     ` Jim Mattson

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).