[libvirt] Minor fixes to ocaml bindings for storage pools/volumes

2013-03-06 Thread David Scott
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

Re: [libvirt] Minor fixes to ocaml bindings for storage pools/volumes

2013-03-06 Thread Richard W.M. Jones
On Wed, Mar 06, 2013 at 04:18:02PM +, 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

Re: [libvirt] Minor fixes to ocaml bindings for storage pools/volumes

2013-03-06 Thread David Scott
On Wed, Mar 6, 2013 at 5:01 PM, Richard W.M. Jones rjo...@redhat.comwrote: On Wed, Mar 06, 2013 at 04:18:02PM +, 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