commit | b4b2963616bbd91ebb33148522552e1135de56ae | [log] [tgz] |
---|---|---|
author | Peter Xu <peterx@redhat.com> | Wed Dec 04 20:07:16 2019 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 08 17:33:14 2020 +0100 |
tree | 63215760a512930db149d52062ffabc0b9355d11 | |
parent | fe3c2b4c228443b505f2d8981c4871b96cfec6d6 [diff] |
KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand The 3rd parameter of kvm_apic_match_dest() is the irq shorthand, rather than the irq delivery mode. Fixes: 7ee30bc132c6 ("KVM: x86: deliver KVM IOAPIC scan request to target vCPUs") Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>