]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros
authorPeter Xu <peterx@redhat.com>
Wed, 4 Dec 2019 19:07:20 +0000 (20:07 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jan 2020 16:33:15 +0000 (17:33 +0100)
commit170a4021dbcd3a1874d9614861d9f457cc8eefbc
tree8013d1a38b844877f0595362974502a4b269d835
parent4f301d64b107985b79ef5206db1a8d2076d65d34
KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros

Callers of kvm_apic_match_dest() should always pass in APIC_DEST_*
macros for either dest_mode and short_hand parameters.  Fix up all the
callers of kvm_apic_match_dest() that are not following the rule.

Since at it, rename the parameter from short_hand to shorthand in
kvm_apic_match_dest(), as suggested by Vitaly.

Reported-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reported-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/ioapic.c
arch/x86/kvm/irq_comm.c
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h