Re: [Xen-devel] [PATCH] xen: building with perfc=y was broken

2015-12-14 Thread Paul Durrant
> -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

Re: [Xen-devel] [PATCH] xen: building with perfc=y was broken

2015-12-14 Thread Andrew Cooper
On 14/12/15 17:45, Dario Faggioli wrote: > because of b38d426ad09 ("x86/viridian: flush remote tlbs > by hypercall") which was defining mshv_call_flush, but using > mshv_flush. > > Signed-off-by: Dario Faggioli > Cc: Jan Beulich > Cc: Andrew Cooper > Cc: Paul Durrant Reviewed-by: Andrew Cooper

[Xen-devel] [PATCH] xen: building with perfc=y was broken

2015-12-14 Thread Dario Faggioli
because of b38d426ad09 ("x86/viridian: flush remote tlbs by hypercall") which was defining mshv_call_flush, but using mshv_flush. Signed-off-by: Dario Faggioli Cc: Jan Beulich Cc: Andrew Cooper Cc: Paul Durrant --- xen/arch/x86/hvm/viridian.c |2 +- 1 file changed, 1 insertion(+), 1 delet