]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: introduce kvm_check_has_quirk
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jul 2015 06:22:45 +0000 (08:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jul 2015 06:22:45 +0000 (08:22 +0200)
commit7cee4292edef9246f70c8a191bc84777551389db
tree3de1f317633917da3fd57e98406eb73f42458dbc
parent40e62bf8c79d71cb532adb232c5945650e9c7934
KVM: x86: introduce kvm_check_has_quirk

The logic of the disabled_quirks field usually results in a double
negation.  Wrap it in a simple function that checks the bit and
negates it.

Based on a patch from Xiao Guangrong.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c
arch/x86/kvm/svm.c
arch/x86/kvm/x86.h