From: Radim Krčmář Date: Thu, 27 Nov 2014 19:03:14 +0000 (+0100) Subject: KVM: x86: don't retry hopeless APIC delivery X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=698f9755d9c061865aecc52f590270ba5bbc1442;p=pandora-kernel.git KVM: x86: don't retry hopeless APIC delivery False from kvm_irq_delivery_to_apic_fast() means that we don't handle it in the fast path, but we still return false in cases that were perfectly handled, fix that. Signed-off-by: Radim Krčmář Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed