linux_dsm_epyc7002/arch/x86/kvm/svm
Paolo Bonzini a7d5c7ce41 KVM: nSVM: delay MSR permission processing to first nested VM run
Allow userspace to set up the memory map after KVM_SET_NESTED_STATE;
to do so, move the call to nested_svm_vmrun_msrpm inside the
KVM_REQ_GET_NESTED_STATE_PAGES handler (which is currently
not used by nSVM).  This is similar to what VMX does already.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-28 07:59:30 -04:00
..
avic.c KVM: SVM: use __GFP_ZERO instead of clear_page() 2020-09-28 07:57:19 -04:00
nested.c KVM: nSVM: delay MSR permission processing to first nested VM run 2020-09-28 07:59:30 -04:00
pmu.c KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in 2020-06-01 04:26:08 -04:00
sev.c KVM: SEV: shorten comments around sev_clflush_pages 2020-09-28 07:57:24 -04:00
svm.c KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied 2020-09-28 07:58:06 -04:00
svm.h KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied 2020-09-28 07:58:06 -04:00
vmenter.S x86/kvm/svm: Move guest enter/exit into .noinstr.text 2020-07-09 07:08:41 -04:00