Loading arch/x86/kvm/svm.c +3 −0 Original line number Diff line number Diff line Loading @@ -2019,6 +2019,9 @@ static bool nested_vmcb_checks(struct vmcb *vmcb) if ((vmcb->control.intercept & (1ULL << INTERCEPT_VMRUN)) == 0) return false; if (vmcb->control.asid == 0) return false; return true; } Loading Loading
arch/x86/kvm/svm.c +3 −0 Original line number Diff line number Diff line Loading @@ -2019,6 +2019,9 @@ static bool nested_vmcb_checks(struct vmcb *vmcb) if ((vmcb->control.intercept & (1ULL << INTERCEPT_VMRUN)) == 0) return false; if (vmcb->control.asid == 0) return false; return true; } Loading