From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] xen: building with perfc=y was broken Date: Mon, 14 Dec 2015 17:50:48 +0000 Message-ID: <566F0178.101@citrix.com> References: <20151214174528.16873.64887.stgit@Solace.station> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a8XGw-00083r-Di for xen-devel@lists.xenproject.org; Mon, 14 Dec 2015 17:50:54 +0000 In-Reply-To: <20151214174528.16873.64887.stgit@Solace.station> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Dario Faggioli , xen-devel@lists.xenproject.org Cc: Paul Durrant , Jan Beulich List-Id: xen-devel@lists.xenproject.org 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 FYI, when the Kconfig series lands, I plan to port the Linux IS_ENABLED() infrastructure to Xen, which will allow bugs like this to be caught by the compiler even when the option is disabled. ~Andrew