From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [PATCH v7 0/9] libxl: New event API Date: Fri, 13 Jan 2012 19:25:19 +0000 Message-ID: <1326482728-10733-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This series has now been tested. It includes bugfixes and all the comments which people have made and which I said I would address. These should be fairly uncontroversial: 2/9 ocaml, libxl: support "private" fields 4/9 libxl: introduce libxl_fd_set_nonblock, rationalise _cloexec 7/9 libxl: New convenience macro CONTAINER_OF These are the meat: 1/9 libxl: New API for providing OS events to libxl 3/9 libxl: New event generation API 5/9 libxl: Permit multithreaded event waiting 6/9 libxl: Asynchronous/long-running operation infrastructure 8/9 libxl: Introduce libxl__ev_devstate 9/9 libxl: Convert to asynchronous: device removal