Displaying 1 result from an estimated 1 matches for "ccd369c".
Did you mean:
7cd3690
2016 Aug 24
1
[PATCH] v2v: Allow libvirt >= 2.1.0 to be used for Xen and vCenter conversions.
...: source: scheme %s server %s"
scheme server;
- error_if_libvirt_backend ();
+ error_if_libvirt_does_not_support_json_backingfile ();
error_if_no_ssh_agent ();
(* Get the libvirt XML. This also checks (as a side-effect)
diff --git a/v2v/v2v.ml b/v2v/v2v.ml
index ccd369c..39054f7 100644
--- a/v2v/v2v.ml
+++ b/v2v/v2v.ml
@@ -44,6 +44,18 @@ let rec main () =
prog Guestfs_config.package_name
Guestfs_config.package_version Guestfs_config.host_cpu;
+ (* Print the libvirt version if debugging. Note that if
+ * we're configured --without-libvir...