commit | 343f94fe4d16ec898da77720c03da9e09f8523d2 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Mar 05 16:34:54 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:27 2009 +0300 |
tree | fa0180a8446a90000086593b9fa8d4d81708ddd8 | |
parent | a53c17d21c46a752f5ac6695376481bc27865b04 [diff] |
KVM: consolidate ioapic/ipi interrupt delivery logic Use kvm_apic_match_dest() in kvm_get_intr_delivery_bitmask() instead of duplicating the same code. Use kvm_get_intr_delivery_bitmask() in apic_send_ipi() to figure out ipi destination instead of reimplementing the logic. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>