commit | a96036b8ef7df9f10cd575c0d78359bd33188e8e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 10 11:55:36 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 10 12:06:25 2015 +0100 |
tree | 5d1ad55a49e42b7571c4d837215ba355bdff668d | |
parent | cbdb967af3d54993f5814f1cee0ed311a055377d [diff] [blame] |
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>
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 2cb074f..aba7f95 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c
@@ -7115,7 +7115,7 @@ */ kvm_set_rflags(vcpu, rflags); - kvm_x86_ops->update_db_bp_intercept(vcpu); + kvm_x86_ops->update_bp_intercept(vcpu); r = 0;