diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kvm/svm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 30e49fe7f8c0..889f66022e57 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c | |||
@@ -1651,6 +1651,7 @@ static int nested_svm_exit_special(struct vcpu_svm *svm) | |||
1651 | switch (exit_code) { | 1651 | switch (exit_code) { |
1652 | case SVM_EXIT_INTR: | 1652 | case SVM_EXIT_INTR: |
1653 | case SVM_EXIT_NMI: | 1653 | case SVM_EXIT_NMI: |
1654 | case SVM_EXIT_EXCP_BASE + MC_VECTOR: | ||
1654 | return NESTED_EXIT_HOST; | 1655 | return NESTED_EXIT_HOST; |
1655 | case SVM_EXIT_NPF: | 1656 | case SVM_EXIT_NPF: |
1656 | /* For now we are always handling NPFs when using them */ | 1657 | /* For now we are always handling NPFs when using them */ |