From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH QEMU-XEN-TRADITIONAL v3 1/5] qemu-xen-traditional: Use xentoollog as a separate library Date: Thu, 8 Oct 2015 12:45:58 +0100 Message-ID: <1444304758.1410.165.camel@citrix.com> References: <1444226543.1410.53.camel@citrix.com> <1444227375-1104-1-git-send-email-ian.campbell@citrix.com> <22038.21622.336111.314604@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <22038.21622.336111.314604@mariner.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: Ian Jackson Cc: wei.liu2@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-10-08 at 12:33 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH QEMU-XEN-TRADITIONAL v3 1/5] qemu-xen > -traditional: Use xentoollog as a separate library"): > > This has been split out of libxenctrl, so the build needs to be able > > to find the header and the library. QEMU does not use xtl_* itself so > > -rpath-link is sufficient to allow linking to libxenctrl.so (which > > links against libxentoollog). > > Acked-by: Ian Jackson > > (Should be committed when the corresponding xen.git patch is ready.) Right. Committing all of this is going to be super annoying, since essentially xen.git, qemu-trad.git and mini-os.git need to move in lock step for some portion of the commits. I think when things are getting closer I will start preparing trees which could be pulled simultaneously into all three and DTRT. We aren't close enough yet though. Ian.