From 698f9755d9c061865aecc52f590270ba5bbc1442 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Date: Thu, 27 Nov 2014 20:03:14 +0100 Subject: [PATCH] KVM: x86: don't retry hopeless APIC delivery MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed