]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b524c2f8c3bd8e33c1fd06969811b767b16cf87
tree5d1ad55a49e42b7571c4d837215ba355bdff668d
parent5c6e746a52c7ec3d0123a48674b0d7ddbea7a4c2
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