From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6e1X-00024n-92 for qemu-devel@nongnu.org; Wed, 09 Dec 2015 07:39:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6e1S-0000Fn-B1 for qemu-devel@nongnu.org; Wed, 09 Dec 2015 07:39:11 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:12040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6e1S-0000Fa-6L for qemu-devel@nongnu.org; Wed, 09 Dec 2015 07:39:06 -0500 Message-ID: <1449664678.16124.201.camel@citrix.com> From: Ian Campbell Date: Wed, 9 Dec 2015 12:37:58 +0000 In-Reply-To: <1449141675.4424.125.camel@citrix.com> References: <1449141675.4424.125.camel@citrix.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Minios-devel] [PATCH v6 0/] Begin to disentangle libxenctrl and provide some stable libraries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xen-devel Cc: Wei Liu , Stefano Stabellini , Ian Jackson , qemu-devel@nongnu.org, minios-devel@lists.xenproject.org, samuel.thibault@ens-lyon.org, Roger Pau Monne On Thu, 2015-12-03 at 11:21 +0000, Ian Campbell wrote: >=20 > Last time =C2=A0proposed that these precursors (and the corresponding qem= u-xen- > traditional + mini-os patches) should go in now: >=20 > =C2=A0=C2=A0=C2=A0=C2=A0tools/Rules.mk: Properly handle libraries with re= cursive dependencies. > =C2=A0=C2=A0=C2=A0=C2=A0tools: Refactor "xentoollog" into its own library >=20 > But I subsequently found a couple of build issues, which are addressed by > two new patches at the head of the xen series. Which have now been acked, thanks. I have therefore applied: To xen.git: mce-test: do not include libxenguest internal headers tools/ocaml: simplify compile/link of test apps tools/Rules.mk: Properly handle libraries with recursive dependenci= es. tools: Refactor "xentoollog" into its own library To qemu-xen-traditional.git: qemu-xen-traditional: Use xentoollog as a separate library To mini-os.git: mini-os: Include libxentoollog with libxc and I have folded in updates to QEMU_TRADITIONAL_REVISION and MINIOS_UPSTREAM_REVISION into the xen.git commit "tools: Refactor "xentoollog" into its own library". Ian.