summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
diff options
context:
space:
mode:
authorPaolo Bonzini2015-11-10 11:55:36 +0100
committerPaolo Bonzini2015-11-10 12:06:25 +0100
commita96036b8ef7df9f10cd575c0d78359bd33188e8e (patch)
tree5d1ad55a49e42b7571c4d837215ba355bdff668d /arch/x86/kvm/svm.c
parentKVM: svm: unconditionally intercept #DB (diff)
downloadkernel-qcow2-linux-a96036b8ef7df9f10cd575c0d78359bd33188e8e.tar.gz
kernel-qcow2-linux-a96036b8ef7df9f10cd575c0d78359bd33188e8e.tar.xz
kernel-qcow2-linux-a96036b8ef7df9f10cd575c0d78359bd33188e8e.zip
KVM: x86: rename update_db_bp_intercept to update_bp_intercept
Because #DB is now intercepted unconditionally, this callback only operates on #BP for both VMX and SVM. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/svm.c')
-rw-r--r--arch/x86/kvm/svm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
index 1cc1ffca0d8c..83a1c643f9a5 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
@@ -4279,7 +4279,7 @@ static struct kvm_x86_ops svm_x86_ops = {
.vcpu_load = svm_vcpu_load,
.vcpu_put = svm_vcpu_put,
- .update_db_bp_intercept = update_bp_intercept,
+ .update_bp_intercept = update_bp_intercept,
.get_msr = svm_get_msr,
.set_msr = svm_set_msr,
.get_segment_base = svm_get_segment_base,