Loading arch/x86/kvm/svm.c +11 −10 Original line number Diff line number Diff line Loading @@ -1374,7 +1374,9 @@ static int nested_svm_check_exception(struct vcpu_svm *svm, unsigned nr, static inline int nested_svm_intr(struct vcpu_svm *svm) { if (is_nested(svm)) { if (!is_nested(svm)) return 0; if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) return 0; Loading @@ -1387,7 +1389,6 @@ static inline int nested_svm_intr(struct vcpu_svm *svm) nsvm_printk("VMexit -> INTR\n"); return 1; } } return 0; } Loading Loading
arch/x86/kvm/svm.c +11 −10 Original line number Diff line number Diff line Loading @@ -1374,7 +1374,9 @@ static int nested_svm_check_exception(struct vcpu_svm *svm, unsigned nr, static inline int nested_svm_intr(struct vcpu_svm *svm) { if (is_nested(svm)) { if (!is_nested(svm)) return 0; if (!(svm->vcpu.arch.hflags & HF_VINTR_MASK)) return 0; Loading @@ -1387,7 +1389,6 @@ static inline int nested_svm_intr(struct vcpu_svm *svm) nsvm_printk("VMexit -> INTR\n"); return 1; } } return 0; } Loading