diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2020-02-25 11:05:15 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-03-16 17:59:00 +0100 |
commit | 0b66465344a7177411adb277e8ec33d9c5616b90 (patch) | |
tree | c8bbb16017170590afa9cb52a05255bb5ba62381 | |
parent | 8e205a6b2a06764a4c2bfc9e1a6a8a8e7920faf8 (diff) |
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>
-rw-r--r-- | arch/x86/kvm/svm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 7c9ddd680f22..08568ae9f7a1 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c @@ -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; |