Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename internal subroutines with leading underscore character. | Richard Jones | 2009-07-10 | 1 | -29/+29 |
| | | | | | Otherwise Pod::Coverage in the tests will complain that the internal subroutines are undocumented. | ||||
* | '$_' should be marked as a local variable in Sys::Guestfs::Lib::open_guest. | Richard Jones | 2009-07-10 | 1 | -0/+1 |
| | |||||
* | Sys::Guestfs::Lib minor documentation clean-up. | Richard Jones | 2009-07-09 | 1 | -1/+5 |
| | |||||
* | Move the inspection analysis code into Sys::Guestfs::Lib library. | Richard Jones | 2009-07-09 | 1 | -2/+941 |
| | | | | | | | | | | | Creates new functions: inspect_all_partitions inspect_partition inspect_operating_systems mount_operating_system inspect_in_detail Includes far more documentation for the process. | ||||
* | Move 'resolve_windows_path' to Sys::Guestfs::Lib. | Richard Jones | 2009-07-09 | 1 | -1/+57 |
| | |||||
* | Move 'get_partitions' call into Sys::Guestfs::Lib. | Richard Jones | 2009-07-09 | 1 | -1/+38 |
| | |||||
* | Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl. | Richard Jones | 2009-07-09 | 1 | -0/+205 |
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. |