1Sys::VirtConvert::ConveUrsteerr(C3o)ntributed Perl DocumSeynst:a:tViiorntConvert::Converter(3)
2
3
4
6 Sys::VirtConvert::Converter - Convert a guest to run on KVM
7
9 use Sys::VirtConvert::Converter;
10
11 Sys::VirtConvert::Converter->convert($g, $config, $root, $meta);
12
14 Sys::VirtConvert::Converter instantiates an appropriate backend for the
15 target guest OS, and uses it to convert the guest to run on KVM.
16
18 Sys::VirtConvert::Converter->convert(g, config, root, meta)
19 Instantiate an appropriate backend and call convert on it.
20
21 g A libguestfs handle to the target.
22
23 config
24 An initialised Sys::VirtConvert::Config object.
25
26 root
27 The root device of the os to be converted.
28
29 meta
30 Guest metadata.
31
33 Copyright (C) 2009-2011 Red Hat Inc.
34
36 Please see the file COPYING.LIB for the full license.
37
39 Sys::VirtConvert::Converter::Linux(3pm), Sys::Virt(3pm), virt-v2v(1),
40 <http://libguestfs.org/>.
41
42
43
44perl v5.12.3 2011-08-30 Sys::VirtConvert::Converter(3)