From 2f70ca487bee8babe5aef27f00a2131ea86ebd50 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 9 Jul 2009 14:01:58 +0100 Subject: Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl. This adds an extra Perl module called Sys::Guestfs::Lib which adds useful functions for using libguestfs from Perl. The intention is that common code shared between virt-inspector, virt-df and virt-v2v will move into this library. This patch also changes virt-inspector to use this library. --- src/generator.ml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/generator.ml b/src/generator.ml index bc5b8056..d94ec146 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -6120,6 +6120,10 @@ Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can access filesystems over FTP. +See also L for a set of useful library +functions for using libguestfs from Perl, including integration +with libvirt. + =head1 ERRORS All errors turn into calls to C (see L). @@ -6191,7 +6195,10 @@ Please see the file COPYING.LIB for the full license. =head1 SEE ALSO -L, L. +L, +L, +L, +L. =cut " -- cgit