[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: building with perfc=y was broken
> -----Original Message----- > From: Dario Faggioli [mailto:raistlin.df@xxxxxxxxx] On Behalf Of Dario > Faggioli > Sent: 14 December 2015 17:45 > To: xen-devel@xxxxxxxxxxxxxxxxxxxx > Cc: Andrew Cooper; Paul Durrant; Jan Beulich > Subject: [PATCH] xen: building with perfc=y was broken > > because of b38d426ad09 ("x86/viridian: flush remote tlbs > by hypercall") which was defining mshv_call_flush, but using > mshv_flush. Oops. Sorry about that. > > Signed-off-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> > Cc: Jan Beulich <jbeulich@xxxxxxxx> > Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > Cc: Paul Durrant <Paul.Durrant@xxxxxxxxxx> Reviewed-by: Paul Durrant <paul.durrant@xxxxxxxxxx> > --- > xen/arch/x86/hvm/viridian.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/arch/x86/hvm/viridian.c b/xen/arch/x86/hvm/viridian.c > index df6f26d..6bd844b 100644 > --- a/xen/arch/x86/hvm/viridian.c > +++ b/xen/arch/x86/hvm/viridian.c > @@ -607,7 +607,7 @@ int viridian_hypercall(struct cpu_user_regs *regs) > * See Microsoft Hypervisor Top Level Spec. sections 12.4.2 > * and 12.4.3. > */ > - perfc_incr(mshv_flush); > + perfc_incr(mshv_call_flush); > > /* These hypercalls should never use the fast-call convention. */ > status = HV_STATUS_INVALID_PARAMETER; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |