commit | 698f9755d9c061865aecc52f590270ba5bbc1442 | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Thu Nov 27 20:03:14 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 04 15:29:06 2014 +0100 |
tree | 6d90f484ccb3f240f0cc7354f52cab5a7b3ce9bf | |
parent | decdc28382b93dc642b83b32758b7440036cab76 [diff] |
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ář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>