summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.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/vmx.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/vmx.c')
-rw-r--r--arch/x86/kvm/vmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 89aaedd2a91d..87acc5221740 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -10759,7 +10759,7 @@ static struct kvm_x86_ops vmx_x86_ops = {
.vcpu_load = vmx_vcpu_load,
.vcpu_put = vmx_vcpu_put,
- .update_db_bp_intercept = update_exception_bitmap,
+ .update_bp_intercept = update_exception_bitmap,
.get_msr = vmx_get_msr,
.set_msr = vmx_set_msr,
.get_segment_base = vmx_get_segment_base,