KVM: x86: rename update_db_bp_intercept to update_bp_intercept
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Nov 2015 10:55:36 +0000 (11:55 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Nov 2015 11:06:25 +0000 (12:06 +0100)
commita96036b8ef7df9f10cd575c0d78359bd33188e8e
tree5d1ad55a49e42b7571c4d837215ba355bdff668d
parentcbdb967af3d54993f5814f1cee0ed311a055377d
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>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c