From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH RFC] libxl: fix paths in capability string Date: Tue, 6 Jan 2015 17:27:16 +0000 Message-ID: <1420565236.28863.192.camel@citrix.com> References: <1420560738-11007-1-git-send-email-wei.liu2@citrix.com> <1420563839.28863.182.camel@citrix.com> <20150106172054.GG28680@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150106172054.GG28680@zion.uk.xensource.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: Wei Liu Cc: libvir-list@redhat.com, jfehlig@suse.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-01-06 at 17:20 +0000, Wei Liu wrote: > On Tue, Jan 06, 2015 at 05:03:59PM +0000, Ian Campbell wrote: > > On Tue, 2015-01-06 at 16:12 +0000, Wei Liu wrote: > > > No need to check hostarch to determine whether to use lib or lib64 > > > anymore because we now always use lib. > > > > What about people who use --libdir=/path/to/lib64, as I believe Red Hat > > derived distros still do, don't they? > > > > Good point. I can't say for sure. > > If they do so we might need to add more --with-libxl-FOO? Essentially we > need to export all dirs configured for Xen? >>From your patch it looks like only two matter, libdir/boot and libdir/bin. Or maybe configure $qemupath and hvmloaderpath directly? Ian.