From: Yang Zhang Date: Thu, 11 Apr 2013 11:25:11 +0000 (+0800) Subject: KVM: VMX: Register a new IPI for posted interrupt X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78f2664832f8d70e36422af9a10e44276dced48;p=pandora-kernel.git KVM: VMX: Register a new IPI for posted interrupt Posted Interrupt feature requires a special IPI to deliver posted interrupt to guest. And it should has a high priority so the interrupt will not be blocked by others. Normally, the posted interrupt will be consumed by vcpu if target vcpu is running and transparent to OS. But in some cases, the interrupt will arrive when target vcpu is scheduled out. And host will see it. So we need to register a dump handler to handle it. Signed-off-by: Yang Zhang Acked-by: Ingo Molnar Reviewed-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed