From: Gleb Natapov Date: Thu, 5 Mar 2009 14:34:54 +0000 (+0200) Subject: KVM: consolidate ioapic/ipi interrupt delivery logic X-Git-Tag: v2.6.31-rc1~393^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343f94fe4d16ec898da77720c03da9e09f8523d2;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed