diff options
author | Yang Zhang <yang.z.zhang@Intel.com> | 2013-04-07 02:25:18 +0200 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-04-07 12:55:49 +0200 |
commit | 44944d4d28948c71b110b09a2e924e505cd39e8b (patch) | |
tree | 6d0b96165c11414c98edd14501f016627687d7dd /arch/x86/kvm/lapic.h | |
parent | KVM: s390: virtio_ccw: reset errors for new I/O. (diff) | |
download | linux-44944d4d28948c71b110b09a2e924e505cd39e8b.tar.xz linux-44944d4d28948c71b110b09a2e924e505cd39e8b.zip |
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>
Diffstat (limited to 'arch/x86/kvm/lapic.h')
-rw-r--r-- | arch/x86/kvm/lapic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kvm/lapic.h b/arch/x86/kvm/lapic.h index 2c721b986eec..baa20cfb95ae 100644 --- a/arch/x86/kvm/lapic.h +++ b/arch/x86/kvm/lapic.h @@ -160,10 +160,6 @@ static inline u16 apic_logical_id(struct kvm_apic_map *map, u32 ldr) return ldr & map->lid_mask; } -void kvm_calculate_eoi_exitmap(struct kvm_vcpu *vcpu, - struct kvm_lapic_irq *irq, - u64 *eoi_bitmap); - static inline bool kvm_apic_has_events(struct kvm_vcpu *vcpu) { return vcpu->arch.apic->pending_events; |