summaryrefslogtreecommitdiffstats
path: root/perl/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Move 'use File::Temp' from virt-inspector program to Sys::Guestfs::Lib.Richard Jones2009-07-101-0/+1
|
* Rename internal subroutines with leading underscore character.Richard Jones2009-07-101-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 Jones2009-07-101-0/+1
|
* Sys::Guestfs::Lib minor documentation clean-up.Richard Jones2009-07-091-1/+5
|
* Move the inspection analysis code into Sys::Guestfs::Lib library.Richard Jones2009-07-091-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 Jones2009-07-091-1/+57
|
* Move 'get_partitions' call into Sys::Guestfs::Lib.Richard Jones2009-07-091-1/+38
|
* Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl.Richard Jones2009-07-091-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.
* Remove generated code from git.Richard W.M. Jones2009-07-021-1658/+0
| | | | | | | | Git users now require the OCaml compiler in order to regenerate the generated code after a checkout. Generated code will remain in the tarball, so users of the source tarball will not need the OCaml compiler.
* Add 'readdir' call.Richard W.M. Jones2009-07-021-0/+12
| | | | | | | | | | | | This adds a readdir call (mostly intended for programs). The return value is a list of guestfs_dirent structures. This adds the new types 'struct guestfs_dirent' and 'struct guestfs_dirent_list', along with all the code to return these in the different language bindings. Also includes additional tests for OCaml and Perl bindings to test this.
* Generated code for the virtio_blk change.Richard W.M. Jones2009-07-011-2/+7
|
* Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-301-0/+42
|
* Generated code for 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-0/+25
|
* Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-291-0/+12
|
* Generated code for mount-loop command.Richard W.M. Jones2009-06-291-0/+6
|
* Generated code for 'initrd-list'.Richard W.M. Jones2009-06-291-0/+12
|
* Generated code for 'du' command.Richard W.M. Jones2009-06-291-0/+12
|
* Generated code for df / df-h.Richard W.M. Jones2009-06-291-0/+17
|
* Generated code for head/tail commands.Richard W.M. Jones2009-06-291-1/+47
|
* Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-291-0/+15
|
* Clarify documentation for mkdtemp.Richard W.M. Jones2009-06-241-3/+6
|
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-241-0/+18
|
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-231-1/+35
|
* Generated code for 'glob-expand'.Richard Jones2009-06-221-0/+13
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-1/+27
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-081-0/+14
|
* Generated code for the 'sleep' command.Richard Jones2009-06-041-0/+4
|
* Generated code for 'add_drive_ro' call.Richard Jones2009-06-021-0/+29
|
* Generated code for e2fsck-f command.Richard Jones2009-05-211-0/+15
|
* Generated code for 'find' command.Richard Jones2009-05-191-0/+27
|
* Generated code for lvresize, resize2fs.Richard Jones2009-05-181-0/+11
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+23
|
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵Richard W.M. Jones2009-05-151-0/+41
| | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk.
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+13
|
* Don't stash strings in the handle.Richard W.M. Jones2009-05-131-9/+0
| | | | | - makes it impossible to write bindings for set_{path,qemu,append} functions
* Add 'append', LIBGUESTFS_APPEND to set additional kernel options.Richard W.M. Jones2009-05-131-0/+21
|
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-121-0/+15
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-0/+8
|
* Generated code to support previous 2 commits.Richard Jones2009-05-081-0/+39
|
* Typo in documentation.Richard W.M. Jones2009-05-011-1/+1
|
* Generated code for 'equal' command.Richard W.M. Jones2009-05-011-0/+7
|
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-011-0/+7
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-011-0/+11
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-011-0/+12
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+15
|
* Generated code for grub-install command.Richard Jones2009-04-301-0/+5
|
* Added notes to the 'fsck' command documentation.Richard Jones2009-04-301-4/+21
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-301-0/+8
|
* Add generated code for 'fsck' command.Richard Jones2009-04-301-0/+13
|
* Autosync now runs umount-all; syncRichard Jones2009-04-301-1/+5
|