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

2014-07-17 Thread Wanpeng Li
On Thu, Jul 17, 2014 at 12:43:58PM +0200, Paolo Bonzini wrote: >Il 17/07/2014 11:11, Wanpeng Li ha scritto: >> What hypervisor did you test with? nested_exit_on_intr(vcpu) will Jailhouse will clear External-interrupt exiting bit. Am I right? Jan. >> return true for both Xen an

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

2014-07-17 Thread Paolo Bonzini
Il 17/07/2014 11:11, Wanpeng Li ha scritto: >> What hypervisor did you test with? nested_exit_on_intr(vcpu) will > >Jailhouse will clear External-interrupt exiting bit. Am I right? Jan. > >> return true for both Xen and KVM (nested_exit_on_intr is not the same >> thing as ACK_INTR_ON_EXIT). >

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

2014-07-17 Thread Wanpeng Li
On Thu, Jul 17, 2014 at 09:03:01AM +, Zhang, Yang Z wrote: >Paolo Bonzini wrote on 2014-07-17: >> Il 17/07/2014 06:56, Wanpeng Li ha scritto: >>> This patch fix bug reported in >>> https://bugzilla.kernel.org/show_bug.cgi?id=73331, after the patch >>> http://www.spinics.net/lists/kvm/msg105230.

RE: [PATCH 1/3] KVM: nVMX: Fix virtual interrupt delivery injection

2014-07-17 Thread Zhang, Yang Z
Paolo Bonzini wrote on 2014-07-17: > Il 17/07/2014 06:56, Wanpeng Li ha scritto: >> This patch fix bug reported in >> https://bugzilla.kernel.org/show_bug.cgi?id=73331, after the patch >> http://www.spinics.net/lists/kvm/msg105230.html applied, there is some >> progress and the L2 can boot up, howe

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

2014-07-17 Thread Paolo Bonzini
Il 17/07/2014 06:56, Wanpeng Li ha scritto: This patch fix bug reported in https://bugzilla.kernel.org/show_bug.cgi?id=73331, after the patch http://www.spinics.net/lists/kvm/msg105230.html applied, there is some progress and the L2 can boot up, however, slowly. The original idea of this fix vi