KVM: Call kvm_apic_match_dest() to check destination vcpu
authorYang Zhang <yang.z.zhang@Intel.com>
Sun, 7 Apr 2013 00:25:18 +0000 (08:25 +0800)
committerGleb Natapov <gleb@redhat.com>
Sun, 7 Apr 2013 10:55:49 +0000 (13:55 +0300)
For a given vcpu, kvm_apic_match_dest() will tell you whether
the vcpu in the destination list quickly. Drop kvm_calculate_eoi_exitmap()
and use kvm_apic_match_dest() instead.

Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found