From: Jan Kiszka Date: Sun, 28 Apr 2013 12:00:41 +0000 (+0200) Subject: KVM: x86: Remove support for reporting coalesced APIC IRQs X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ed0450a5fac7067590317cbf027f566b6ccbca;p=pandora-kernel.git KVM: x86: Remove support for reporting coalesced APIC IRQs 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 Acked-by: Marcelo Tosatti Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed