]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit41dbc6bcd9722bba8f09256655d060af30c63d34
tree3de1f317633917da3fd57e98406eb73f42458dbc
parent3e5d2fdceda172554e681b68c853bf5d08205bbf
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