Re: [PATCH v2 1/2] KVM: nVMX: Fix virtual interrupt delivery injection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jul 17, 2014 at 01:31:06PM +0200, Paolo Bonzini wrote:
>Il 17/07/2014 13:03, Wanpeng Li ha scritto:
>>+		/*
>>+		 * Fall back to old way to inject the interrupt since there
>>+		 * is no vAPIC-v for L2.
>>+		 */
>>+		if (vcpu->arch.exception.pending ||
>>+				vcpu->arch.nmi_injected ||
>>+				vcpu->arch.interrupt.pending)
>>+			return;
>
>This is just
>
>	if (kvm_event_needs_reinjection(vcpu))
>		return;
>
>but apart from this the patch is okay.  I'll make the change and
>apply it, thanks.
>

Thanks.

Regards,
Wanpeng Li 

>Paolo
--
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




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux