projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e205a6
)
KVM: nSVM: Remove an obsolete comment.
author
Miaohe Lin
<linmiaohe@huawei.com>
Tue, 25 Feb 2020 03:05:15 +0000
(11:05 +0800)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 16 Mar 2020 16:59:00 +0000
(17:59 +0100)
The function does not return bool anymore.
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/svm.c
b/arch/x86/kvm/svm.c
index 7c9ddd680f22f915b917abc7bba9d00c2aaf7769..08568ae9f7a183741998fa9798d8ef54459139e7 100644
(file)
--- 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;