KVM: x86: Remove support for reporting coalesced APIC IRQs
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 28 Apr 2013 12:00:41 +0000 (14:00 +0200)
committerGleb Natapov <gleb@redhat.com>
Tue, 14 May 2013 09:09:02 +0000 (12:09 +0300)
Since the arrival of posted interrupt support we can no longer guarantee
that coalesced IRQs are always reported to the IRQ source. Moreover,
accumulated APIC timer events could cause a busy loop when a VCPU should
rather be halted. The consensus is to remove coalesced tracking from the
LAPIC.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found