From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMZAx-0000lc-Cd for qemu-devel@nongnu.org; Fri, 22 Jan 2016 05:42:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMZAu-0002Oq-6i for qemu-devel@nongnu.org; Fri, 22 Jan 2016 05:42:43 -0500 Received: from smtp.citrix.com ([66.165.176.89]:49316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMZAu-0002Og-2U for qemu-devel@nongnu.org; Fri, 22 Jan 2016 05:42:40 -0500 Message-ID: <1453459357.4320.50.camel@citrix.com> From: Ian Campbell Date: Fri, 22 Jan 2016 10:42:37 +0000 In-Reply-To: <1453218278.29930.89.camel@citrix.com> References: <1452864168.32341.97.camel@citrix.com> <1453218278.29930.89.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 v8 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 Tue, 2016-01-19 at 15:44 +0000, Ian Campbell wrote: > On Fri, 2016-01-15 at 13:22 +0000, Ian Campbell wrote: > > =C2=A0 > > Therefore needing attention from Ian and/or Wei are: > >=20 > > tools/libs/foreignmemory: Mention restrictions on fork in docs. > > N tools/libs/evtchn: Use uint32_t for domid arguments > > =C2=A0=C2=A0=C2=A0=C2=A0D tools/libs/gnttab: Extensive updates to API d= ocumentation. > > =C2=A0 =C2=A0 =C2=A0 tools/libs/call: linux: touch newly allocated page= s after madvise > > l > > tools/libs/{call,evtchn}: Document requirements around forking. > > =C2=A0=C2=A0=C2=A0R tools/libs/*: Use O_CLOEXEC on Linux and FreeBSD >=20 > Thanks to Wei for acking all of these. This set of series is now ready to > go in, but we've not had a push for a little while and this is > potentially > disruptive so I'm going to hold off for now until we get a push. We've now had a push in=C2=A078610 so I'm going to go ahead with applying t= his mass of patches today. > There are one or two patches which will require rebasing over Jeurgens > introduction of tools/helpers, I'll resend just those ones though (or at > least only the Xen part of this series). Ian.