[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [V10 PATCH 13/23] PVH xen: interrupt/event-channel delivery to PVH
On Wed, 7 Aug 2013 16:37:33 +0100 George Dunlap <dunlapg@xxxxxxxxx> wrote: > On Wed, Jul 24, 2013 at 2:59 AM, Mukesh Rathor > <mukesh.rathor@xxxxxxxxxx> wrote: > > diff --git a/xen/arch/x86/hvm/vmx/intr.c > > b/xen/arch/x86/hvm/vmx/intr.c index e376f3c..ce42950 100644 > > --- a/xen/arch/x86/hvm/vmx/intr.c > > +++ b/xen/arch/x86/hvm/vmx/intr.c > > @@ -165,6 +165,9 @@ static int nvmx_intr_intercept(struct vcpu *v, > > struct hvm_intack intack) { > > u32 ctrl; > > > > + if ( is_pvh_vcpu(v) ) > > + return 0; > > Is this a "FIXME: Implement later"? Or is there something else going > on? > > -George At least now, there's no nested vmx for PVH. -M _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |