Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull more kvm updates from Paolo Bonzini: "s390: - nested virtualization fixes x86: - split svm.c - miscellaneous fixes" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: VMX: fix crash cleanup when KVM wasn't used KVM: X86: Filter out the broadcast dest for IPI fastpath KVM: s390: vsie: Fix possible race when shadowing region 3 tables KVM: s390: vsie: Fix delivery of addressing exceptions KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks KVM: nVMX: don't clear mtf_pending when nested events are blocked KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter KVM: SVM: Split svm_vcpu_run inline assembly to separate file KVM: SVM: Move SEV code to separate file KVM: SVM: Move AVIC code to separate file KVM: SVM: Move Nested SVM Implementation to nested.c kVM SVM: Move SVM related files to own sub-directory
Showing
arch/x86/kvm/svm/avic.c
0 → 100644
This diff is collapsed.
arch/x86/kvm/svm/nested.c
0 → 100644
This diff is collapsed.
arch/x86/kvm/svm/sev.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
arch/x86/kvm/svm/svm.h
0 → 100644
This diff is collapsed.
arch/x86/kvm/svm/vmenter.S
0 → 100644
Please register or sign in to comment