Re: [PATCH v4 1/7] KVM: VMX: Introduce generic fastpath handler

2020-05-01 Thread Wanpeng Li
On Fri, 1 May 2020 at 22:12, Sean Christopherson wrote: > > On Thu, Apr 30, 2020 at 03:28:46PM +0200, Vitaly Kuznetsov wrote: > > Wanpeng Li writes: > > > > > From: Wanpeng Li > > > > > > Introduce generic fastpath handler to handle MSR fastpath, VMX-preemption > > > timer fastpath etc, move it

Re: [PATCH v4 1/7] KVM: VMX: Introduce generic fastpath handler

2020-05-01 Thread Sean Christopherson
On Thu, Apr 30, 2020 at 03:28:46PM +0200, Vitaly Kuznetsov wrote: > Wanpeng Li writes: > > > From: Wanpeng Li > > > > Introduce generic fastpath handler to handle MSR fastpath, VMX-preemption > > timer fastpath etc, move it after vmx_complete_interrupts() in order that > > later patch can catch

Re: [PATCH v4 1/7] KVM: VMX: Introduce generic fastpath handler

2020-04-30 Thread Vitaly Kuznetsov
Wanpeng Li writes: > From: Wanpeng Li > > Introduce generic fastpath handler to handle MSR fastpath, VMX-preemption > timer fastpath etc, move it after vmx_complete_interrupts() in order that > later patch can catch the case vmexit occurred while another event was > being delivered to guest. The