From 11f5cc051503e54cf786bdbaf0e4ff9cad01df1e Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Thu, 25 Jul 2013 09:58:45 +0200 Subject: [PATCH] KVM: x86: Simplify __apic_accept_irq If posted interrupts are enabled, we can no longer track if an IRQ was coalesced based on IRR. So drop this logic also from the classic software path and simplify apic_test_and_set_irr to apic_set_irr. Signed-off-by: Jan Kiszka Signed-off-by: Gleb Natapov --- Reading git-format-patch failed