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

Re: [Xen-devel] [V10 PATCH 19/23] PVH xen: vmcs related changes



On Fri, 9 Aug 2013 14:39:19 +0100
George Dunlap <George.Dunlap@xxxxxxxxxxxxx> wrote:

> On Wed, Jul 24, 2013 at 2:59 AM, Mukesh Rathor
> <mukesh.rathor@xxxxxxxxxx> wrote:
> >
> > +    /* 3. Secondary Processor-based controls (Intel SDM: resvd
> > bits are 0): */
> > +    v->arch.hvm_vmx.secondary_exec_control =
> > SECONDARY_EXEC_ENABLE_EPT;
> > +    v->arch.hvm_vmx.secondary_exec_control |=
> > SECONDARY_EXEC_ENABLE_VPID;
> 
> In construct_vmcs(), it says, "Disable VPID for now; we decide when to
> enable it on VMENTER".  Is this different somehow for PVH guests
> compared to HVM guests?
> 
>  -George

We just require VPID support, (we can remove it in future):

    if ( !cpu_has_vmx_secondary_exec_control )
    {
        printk(XENLOG_G_INFO "CPU Secondary exec is required to run
    PVH\n"); return -ENOSYS;
    }

-Mukesh

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.