KVM: nSVM: Remove an obsolete comment.
The function does not return bool anymore. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8e205a6b2a
commit
0b66465344
|
@ -3284,9 +3284,6 @@ static int nested_svm_exit_special(struct vcpu_svm *svm)
|
|||
return NESTED_EXIT_CONTINUE;
|
||||
}
|
||||
|
||||
/*
|
||||
* If this function returns true, this #vmexit was already handled
|
||||
*/
|
||||
static int nested_svm_intercept(struct vcpu_svm *svm)
|
||||
{
|
||||
u32 exit_code = svm->vmcb->control.exit_code;
|
||||
|
|
Loading…
Reference in New Issue