From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Hoes Subject: [PATCH v6 00/11] libxl: ocaml: improve the bindings Date: Mon, 9 Dec 2013 15:17:19 +0000 Message-ID: <1386602250-29866-1-git-send-email-rob.hoes@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.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.jackson@eu.citrix.com, dave.scott@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org This series contains version 6 of the remaining patches to fix the OCaml bindings to libxl. The main change compared to version 5 is that we now properly register the "user" values (OCaml values that are given to the libxl event system, and returned to OCaml in callbacks) with the OCaml GC. For convenience, the patches in this series may be pulled using: git pull git://github.com/robhoes/xen.git hydrogen-upstream-v6