On Thursday, 6 April 2017 12:04:20 CEST Richard W.M. Jones wrote:
Our previous test was wrong. It tested whether the xennet.ko module
exists. This module was renamed in more recent kernels (to
xen-netfront.ko), so it happened to not detect modern kernels as
PV-only, but this was by chance.
Just stumbled upon this bit in v2v/convert_linux.ml:
if family = `SUSE_family then (
(* Remove xen modules from INITRD_MODULES and DOMU_INITRD_MODULES. *)
let variables = ["INITRD_MODULES"; "DOMU_INITRD_MODULES"] in
let xen_modules = ["xennet"; "xen-vnif"; "xenblk";
"xen-vbd"] in
should the list above be updated with the newer names of the Xen
modules?
--
Pino Toscano