> -----Original Message----- > From: Dario Faggioli [mailto:raistlin...@gmail.com] On Behalf Of Dario > Faggioli > Sent: 14 December 2015 17:45 > To: xen-de...@lists.xenproject.org > 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.faggi...@citrix.com> > Cc: Jan Beulich <jbeul...@suse.com> > Cc: Andrew Cooper <andrew.coop...@citrix.com> > Cc: Paul Durrant <paul.durr...@citrix.com> Reviewed-by: Paul Durrant <paul.durr...@citrix.com> > --- > 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@lists.xen.org http://lists.xen.org/xen-devel