
On Wed, Mar 6, 2013 at 5:01 PM, Richard W.M. Jones <rjones@redhat.com>wrote:
On Wed, Mar 06, 2013 at 04:18:02PM +0000, David Scott wrote:
These patches fix a couple of minor issues I encountered while trying to manipulate storage pools and volumes from an OCaml program.
If you're interested, the OCaml client code is a simple adapter to allow an XCP host to use libvirt (for storage only atm, more later). The client code (so far) is here:
https://github.com/djs55/xcp-libvirt-storage/blob/master/server.ml
Thanks -- I just pushed all 3 patches.
Great :-) Generally I find the OCaml bindings very nice to use. IMHO they're a great way to explore the libvirt API, especially combined with a nice OCaml toplevel like "utop"-- so thanks for creating them! -- Dave Scott http://dave.recoil.org/