search for: preconvert

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

Did you mean: reconvert
2010 May 06
1
[PATCH v2v] Pre-convert Windows guests.
...rt called without devices argument" unless defined $devices; + carp "convert called without config argument" unless defined $config; + + # Call directly into Sys::VirtV2V::GuestOS::Windows to do the + # conversion. That shouldn't be a separate module. + $guestos->_preconvert ($vmm, $desc, $devices, $config); + + # Return guest capabilities. + my %guestcaps; + + $guestcaps{virtio} = 1; + $guestcaps{arch} = $desc->{arch}; + $guestcaps{acpi} = 1; # XXX + + return \%guestcaps; +} + +=back + +=head1 COPYRIGHT + +Copyright (C) 2009-2010 Red Hat Inc....