> > @@ -1519,6 +1520,14 @@ int nvmx_handle_vmxon(struct cpu_user_regs *regs)
> > v->arch.hvm_vmx.launched = 0;
> > vmsucceed(regs);
> >
> > + if ( v->arch.hvm_vmx.ipt_desc )
> > + {
> > + v->arch.hvm_vmx.ipt_desc->ipt_guest.ctl = 0;
> > + vmx_vmcs_enter(current);
> > + __vmwrite(GUEST_IA32_RTIT_CTL, 0);
> > + vmx_vmcs_exit(current);
> > + }
>
> I again don't understand why enter and exit the VMCS here.
>
Will remove this because it in vmx_vmenter_helper().
Thanks,
Luwei Kang
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel