From d2ea61bd1c85a334accdd0737c843a985d2cfa8f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 15 Nov 2015 21:51:30 +0000 Subject: [PATCH] v2v: Add comment. --- v2v/convert_linux.ml | 1 + v2v/convert_windows.ml | 1 + 2 files changed, 2 insertions(+) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index f790e4d60..14f232f39 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -1417,6 +1417,7 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source = guestcaps +(* Register this conversion module. *) let () = let matching = function | { i_type = "linux"; diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 0f9f3bebd..2300e56b8 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -711,6 +711,7 @@ echo uninstalling Xen PV driver guestcaps +(* Register this conversion module. *) let () = let matching = function | { i_type = "windows" } -> true