Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split generator into separate source files. | Richard Jones | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | | | | 'src/generator.ml' is no more. Instead the generator is logically split up over many different source files. Read generator/README for help and tips. We compile the generator down to bytecode, not native code. This means it will run more slowly, but is done for maximum portability. | ||||
* | Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl. | Richard Jones | 2009-07-09 | 1 | -0/+20 |
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. |