[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [V0 PATCH 1/6] AMD-PVH: construct vmcb changes
>>> On 16.08.14 at 03:53, <mukesh.rathor@xxxxxxxxxx> wrote: > --- a/xen/arch/x86/hvm/svm/vmcb.c > +++ b/xen/arch/x86/hvm/svm/vmcb.c > @@ -138,6 +138,8 @@ static int construct_vmcb(struct vcpu *v) > > /* Guest EFER. */ > v->arch.hvm_vcpu.guest_efer = 0; > + if ( is_pvh_vcpu(v) ) > + v->arch.hvm_vcpu.guest_efer |= EFER_LMA; /* PVH 32bitfixme */ Style-wise, just like you do below, I'd prefer this to be an if/else or (here and below) using ?:. But I'll leave the final say to the SVM maintainers... Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |