From: Gleb Natapov Date: Thu, 23 Apr 2009 14:14:37 +0000 (+0300) Subject: KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic X-Git-Tag: v2.6.31-rc1~393^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9222be18f76b4410b4da0d06e1cc21079e64b3ec;p=pandora-kernel.git KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic Start to use interrupt/exception queues like VMX does. This also fix the bug that if exit was caused by a guest internal exception access to IDT the exception was not reinjected. Use EVENTINJ to inject interrupts. Use VINT only for detecting when IRQ windows is open again. EVENTINJ ensures the interrupt is injected immediately and not delayed. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed