From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH XEN v6 02/32] mce-test: do not include libxenguest internal headers Date: Thu, 3 Dec 2015 12:48:41 +0000 Message-ID: <56603A29.2070506@citrix.com> References: <1449141675.4424.125.camel@citrix.com> <1449141749-14940-1-git-send-email-ian.campbell@citrix.com> <1449141749-14940-3-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1449141749-14940-3-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , ian.jackson@eu.citrix.com, wei.liu2@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 03/12/15 11:21, Ian Campbell wrote: > As far as I can tell there is no requirement for these and it builds > fine without them. > > Signed-off-by: Ian Campbell Sorry - my fault. This will be because of c/s b15bc4345e "tools/libxc: Remove legacy migration implementation" where I ended up moving xc_map_m2p() from libxenguest to libxenctrl to allow the complete removal of xc_domain_save.c I even identified xen-mceinj in the commit message, but didn't twig that it meant I could remove the build hacks. Reviewed-by: Andrew Cooper