commit | 44944d4d28948c71b110b09a2e924e505cd39e8b | [log] [tgz] |
---|---|---|
author | Yang Zhang <yang.z.zhang@Intel.com> | Sun Apr 07 08:25:18 2013 +0800 |
committer | Gleb Natapov <gleb@redhat.com> | Sun Apr 07 13:55:49 2013 +0300 |
tree | 6d0b96165c11414c98edd14501f016627687d7dd | |
parent | 99437a2782730ec8c7e6cfebb6143d00b091e4a8 [diff] |
KVM: Call kvm_apic_match_dest() to check destination vcpu 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>