Re: [PATCH] KVM: VMX: Fix and tweak the comments for VM-Enter

2019-08-19 Thread Paolo Bonzini
On 15/08/19 22:09, Sean Christopherson wrote: > Fix an incorrect/stale comment regarding the vmx_vcpu pointer, as guest > registers are now loaded using a direct pointer to the start of the > register array. > > Opportunistically add a comment to document why the vmx_vcpu pointer is > needed, its

Re: [PATCH] KVM: VMX: Fix and tweak the comments for VM-Enter

2019-08-16 Thread Jim Mattson
On Thu, Aug 15, 2019 at 1:11 PM Sean Christopherson wrote: > > Fix an incorrect/stale comment regarding the vmx_vcpu pointer, as guest > registers are now loaded using a direct pointer to the start of the > register array. > > Opportunistically add a comment to document why the vmx_vcpu pointer is