linux_dsm_epyc7002/arch/x86/kvm/svm
Paolo Bonzini 9ef1530c0c KVM: SVM: fix compilation with modular PSP and non-modular KVM
Use svm_sev_enabled() in order to cull all calls to PSP code.  Otherwise,
compilation fails with undefined symbols if the PSP device driver is compiled
as a module and KVM is not.

Reported-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-04-14 04:21:15 -04:00
..
avic.c KVM: SVM: Move AVIC code to separate file 2020-04-03 10:53:56 -04:00
nested.c KVM: SVM: Move Nested SVM Implementation to nested.c 2020-04-03 10:53:55 -04:00
pmu.c
sev.c KVM: SVM: fix compilation with modular PSP and non-modular KVM 2020-04-14 04:21:15 -04:00
svm.c KVM: SVM: Split svm_vcpu_run inline assembly to separate file 2020-04-03 10:53:57 -04:00
svm.h KVM: SVM: Move SEV code to separate file 2020-04-03 10:53:56 -04:00
vmenter.S KVM: SVM: Split svm_vcpu_run inline assembly to separate file 2020-04-03 10:53:57 -04:00