commit | 11f5cc051503e54cf786bdbaf0e4ff9cad01df1e | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Thu Jul 25 09:58:45 2013 +0200 |
committer | Gleb Natapov <gleb@redhat.com> | Thu Jul 25 13:42:35 2013 +0300 |
tree | 483ba29d66ff9316c3d66220720809bfe450c9fc | |
parent | 103af0a98788592b76ee69a13948b6b3036d7e18 [diff] |
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 <jan.kiszka@siemens.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>