Scroll to navigation

Sys::VirtConvert::Converter(3) User Contributed Perl Documentation Sys::VirtConvert::Converter(3)

NAME

Sys::VirtConvert::Converter - Convert a guest to run on KVM

SYNOPSIS

 use Sys::VirtConvert::Converter;
 Sys::VirtConvert::Converter->convert($g, $config, $root, $meta);

DESCRIPTION

Sys::VirtConvert::Converter instantiates an appropriate backend for the target guest OS, and uses it to convert the guest to run on KVM.

METHODS

Instantiate an appropriate backend and call convert on it.
A libguestfs handle to the target.
An initialised Sys::VirtConvert::Config object.
The root device of the os to be converted.
Guest metadata.

COPYRIGHT

Copyright (C) 2009-2012 Red Hat Inc.

LICENSE

Please see the file COPYING.LIB for the full license.

SEE ALSO

Sys::VirtConvert::Converter::Linux(3pm), Sys::Virt(3pm), virt-v2v(1), <http://libguestfs.org/>.

2013-12-03 perl v5.10.1