search for: hvs_drivers

Displaying 1 result from an estimated 1 matches for "hvs_drivers".

Did you mean: hvc_driver
2009 Jul 24
2
[PATCH] Initial drop of virt-v2v
...gure_drivers called without guestos argument") + unless defined($guestos); + die("configure_drivers called without desc argument") + unless defined($desc); + + # Get a list of all old-hypervisor specific drivers which need to be + # replaced or removed + my %hvs_drivers; + foreach my $driver (Sys::Guestfs::HVSource->find_drivers($guestos)) { + $hvs_drivers{$driver} = undef; + } + + # Go through all drivers looking for network or scsi devices + my $drivers = $desc->{modprobe_aliases}; + + foreach my $driver (keys(%$drivers)) { + #...