From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYSi-0004QN-Dw for qemu-devel@nongnu.org; Tue, 19 Jan 2016 10:44:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLYSe-0006C1-Ul for qemu-devel@nongnu.org; Tue, 19 Jan 2016 10:44:52 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:24999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYSe-0006B0-Pt for qemu-devel@nongnu.org; Tue, 19 Jan 2016 10:44:48 -0500 Message-ID: <1453218278.29930.89.camel@citrix.com> From: Ian Campbell Date: Tue, 19 Jan 2016 15:44:38 +0000 In-Reply-To: <1452864168.32341.97.camel@citrix.com> References: <1452864168.32341.97.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 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 doc= umentation. > =C2=A0 =C2=A0 =C2=A0 tools/libs/call: linux: touch newly allocated pages = 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 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. 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, I'll coordinate with you IRL regarding the push to the qemu-xen-trad tree. > N tools/libs/*: Introduce APIs to restrict handles to a specific doma It would be nice to either get this in for 4.7 or explicitly decide we cannot, but I don't think it needs to block the rest of the series. Ian.