From: Yang Zhang Date: Thu, 11 Apr 2013 11:21:41 +0000 (+0800) Subject: KVM: Use eoi to track RTC interrupt delivery status X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2bf01136971c33e3b3fabce23925f372c1017e;p=pandora-kernel.git KVM: Use eoi to track RTC interrupt delivery status Current interrupt coalescing logci which only used by RTC has conflict with Posted Interrupt. This patch introduces a new mechinism to use eoi to track interrupt: When delivering an interrupt to vcpu, the pending_eoi set to number of vcpu that received the interrupt. And decrease it when each vcpu writing eoi. No subsequent RTC interrupt can deliver to vcpu until all vcpus write eoi. Signed-off-by: Yang Zhang Reviewed-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed