From: Yang Zhang <yang.z.zhang@xxxxxxxxx> The two patches is adding the Posted Interrupt supporting to KVM: The first patch enabls the feature 'acknowledge interrupt on vmexit'.Since it is required by Posted interrupt, we need to enable it firstly. And the second patch is adding the posted interrupt supporting. Please see the comments in the two patch to get more details. Yang Zhang (2): KVM: VMX: enable acknowledge interupt on vmexit KVM: VMX: Add Posted Interrupt supporting arch/x86/include/asm/entry_arch.h | 1 + arch/x86/include/asm/hw_irq.h | 1 + arch/x86/include/asm/irq_vectors.h | 4 + arch/x86/include/asm/kvm_host.h | 4 + arch/x86/include/asm/vmx.h | 4 + arch/x86/kernel/entry_64.S | 5 + arch/x86/kernel/irq.c | 19 +++ arch/x86/kernel/irqinit.c | 4 + arch/x86/kvm/lapic.c | 15 ++- arch/x86/kvm/lapic.h | 1 + arch/x86/kvm/svm.c | 12 ++ arch/x86/kvm/vmx.c | 233 ++++++++++++++++++++++++++++++++---- arch/x86/kvm/x86.c | 8 +- include/linux/kvm_host.h | 1 + 14 files changed, 283 insertions(+), 29 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html