[PATCH] KVM: x86: Remove support for reporting coalesced APIC IRQs

2013-04-28 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com 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

Re: [PATCH] KVM: x86: Remove support for reporting coalesced APIC IRQs

2013-04-28 Thread Gleb Natapov
On Sun, Apr 28, 2013 at 01:27:00PM +0200, Jan Kiszka wrote: From: Jan Kiszka jan.kis...@siemens.com 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