[Libguestfs] [PATCH v3 2/8] v2v: linux: Fix Xen PV-only detection.

Richard W.M. Jones rjones at redhat.com
Thu Apr 6 08:47:20 UTC 2017


On Thu, Apr 06, 2017 at 09:13:24AM +0100, Richard W.M. Jones wrote:
> -             let is_xen_kernel = List.mem "xennet" modules in
> +             let is_xen_pv_only_kernel =
> +               check_config "CONFIG_X86_XEN" config_file ||
> +               check_config "CONFIG_X86_64_XEN" config_file in

This test is still wrong - I should have omitted the CONFIG_
prefix.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list