search for: 11a83b9a2

Displaying 2 results from an estimated 2 matches for "11a83b9a2".

2017 Sep 11
0
Re: [PATCH] RFC: v2v: add and use libvirt connection objects
On Fri, Sep 08, 2017 at 05:44:17PM +0200, Pino Toscano wrote: > diff --git a/v2v/libvirt_utils.mli b/v2v/libvirt_utils.mli > index 53dfd48e5..11a83b9a2 100644 > --- a/v2v/libvirt_utils.mli > +++ b/v2v/libvirt_utils.mli > @@ -24,32 +24,42 @@ > password prompt to stdout, which is the same place we would be > reading the XML from. This file works around this brokenness. *) > > -val dumpxml : ?password:string -> ?c...
2017 Sep 08
2
[PATCH] RFC: v2v: add and use libvirt connection objects
...t; bool = "v2v_libvirt_domain_exists" + +external get_uri : conn -> string = "v2v_libvirt_get_uri" external libvirt_get_version : unit -> int * int * int = "v2v_libvirt_get_version" diff --git a/v2v/libvirt_utils.mli b/v2v/libvirt_utils.mli index 53dfd48e5..11a83b9a2 100644 --- a/v2v/libvirt_utils.mli +++ b/v2v/libvirt_utils.mli @@ -24,32 +24,42 @@ password prompt to stdout, which is the same place we would be reading the XML from. This file works around this brokenness. *) -val dumpxml : ?password:string -> ?conn:string -> string -> strin...