search for: af053a5

Displaying 1 result from an estimated 1 matches for "af053a5".

Did you mean: 1a0f53a5
2016 Aug 24
1
[PATCH] v2v: Allow libvirt >= 2.1.0 to be used for Xen and vCenter conversions.
...lnamev, value volnamev)) NO_LIBVIRT (value v2v_capabilities (value connv, value unitv)) NO_LIBVIRT (value v2v_domain_exists (value connv, value domnamev)) +NO_LIBVIRT (value v2v_libvirt_get_version (value unitv)) #endif /* !HAVE_LIBVIRT */ diff --git a/v2v/domainxml.ml b/v2v/domainxml.ml index af053a5..b9d547d 100644 --- a/v2v/domainxml.ml +++ b/v2v/domainxml.ml @@ -26,3 +26,6 @@ external vol_dumpxml : ?conn:string -> string -> string -> string = "v2v_vol_dum external capabilities : ?conn:string -> unit -> string = "v2v_capabilities" external domain_exists : ?co...