search for: 71ddd0a

Displaying 3 results from an estimated 3 matches for "71ddd0a".

2016 Dec 01
2
[PATCH] v2v: Rename RHEV to RHV throughout.
...Modules_list.register_output_module "rhev" +let output_rhv = new output_rhv +let () = Modules_list.register_output_module "rhv" diff --git a/v2v/output_rhev.mli b/v2v/output_rhv.mli similarity index 83% rename from v2v/output_rhev.mli rename to v2v/output_rhv.mli index 27df737..71ddd0a 100644 --- a/v2v/output_rhev.mli +++ b/v2v/output_rhv.mli @@ -16,12 +16,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) -(** [-o rhev] target. *) +(** [-o rhv] target. *) val mount_and_check_storage_domain : string -> string -> (string * string) (** This helpe...
2016 Dec 07
0
[PATCH v2] v2v: Rename RHEV to RHV throughout.
...Modules_list.register_output_module "rhev" +let output_rhv = new output_rhv +let () = Modules_list.register_output_module "rhv" diff --git a/v2v/output_rhev.mli b/v2v/output_rhv.mli similarity index 83% rename from v2v/output_rhev.mli rename to v2v/output_rhv.mli index 27df737..71ddd0a 100644 --- a/v2v/output_rhev.mli +++ b/v2v/output_rhv.mli @@ -16,12 +16,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) -(** [-o rhev] target. *) +(** [-o rhv] target. *) val mount_and_check_storage_domain : string -> string -> (string * string) (** This helpe...
2016 Dec 07
2
[PATCH v2] v2v: Rename RHEV to RHV throughout.
v2: - Fix virt-p2v messages too. Rich.