Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | virt-inspector: Ignore swap partitions marked as "none". | Richard Jones | 2009-07-14 | 1 | -1/+1 |
| | |||||
* | Documentation for virt-v2v. | Richard Jones | 2009-07-11 | 1 | -0/+2 |
| | |||||
* | Add --version options to virt-df, virt-inspector and virt-v2v. | Richard Jones | 2009-07-10 | 1 | -0/+15 |
| | |||||
* | Move 'use File::Temp' from virt-inspector program to Sys::Guestfs::Lib. | Richard Jones | 2009-07-10 | 1 | -1/+0 |
| | |||||
* | Remove virt-inspector --force option - it didn't do anything. | Richard Jones | 2009-07-09 | 1 | -13/+0 |
| | |||||
* | Move the inspection analysis code into Sys::Guestfs::Lib library. | Richard Jones | 2009-07-09 | 1 | -601/+40 |
| | | | | | | | | | | | 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 | -39/+15 |
| | |||||
* | Move 'get_partitions' call into Sys::Guestfs::Lib. | Richard Jones | 2009-07-09 | 1 | -17/+2 |
| | |||||
* | Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl. | Richard Jones | 2009-07-09 | 1 | -56/+9 |
| | | | | | | | | | | 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 trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Merge commit 'et/master' | Matthew Booth | 2009-06-29 | 1 | -34/+11 |
|\ | |||||
| * | Add 'initrd-list' command to list contents of initrd images. | Richard W.M. Jones | 2009-06-29 | 1 | -34/+11 |
| | | | | | | | | | | | | Add 'initrd-list' command to list the files inside (new-style) initrd images. Update virt-inspector to use this instead of the less efficient download/unpack locally method. | ||||
* | | Output the config filename containing a modprobe alias in XML | Matthew Booth | 2009-06-29 | 1 | -4/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change affects the XML output: /operatingsystems/operatingsystem/modprobealiases/alias/text() => /operatingsystems/operatingsystem/modprobealiases/alias/modulename/text() Additionally there are two new elements: /operatingsystems/operatingsystem/modprobealiases/alias/augeas /operatingsystems/operatingsystem/modprobealiases/alias/file These contain information about the location of the alias directive. /augeas is an augeas path. /file is the path of the file containing the directive. | ||||
* | | Add a comment to device naming heuristic | Matthew Booth | 2009-06-29 | 1 | -0/+6 |
|/ | |||||
* | Clean up XML output | Matthew Booth | 2009-06-27 | 1 | -62/+57 |
| | | | | | | | | | | | This change makes XML use XML::Writer, and modifies the output in the following 2 ways: * /operatingsystems/operatingsystem/os is renamed to /operatingsystems/operatingsystem/name * /operatingsystems/kernels/version becomes an attribute of /operatingsystems/kernel for consistency with initrds | ||||
* | Make virt-inspector look in more places for module aliases | Matthew Booth | 2009-06-25 | 1 | -5/+38 |
| | | | | | | | | Specifically: /etc/conf.modules /etc/modules.conf /etc/modprobe.conf /etc/modprobe.d/* | ||||
* | Add yaml output for virt-inspector | Matthew Booth | 2009-06-25 | 1 | -0/+15 |
| | |||||
* | Allow guestfish -i / virt-inspector on live domains, in limited circumstances. | Richard W.M. Jones | 2009-06-24 | 1 | -2/+8 |
| | |||||
* | Fix detection of optional libvirt support in virt-inspector. | Richard W.M. Jones | 2009-06-24 | 1 | -2/+4 |
| | |||||
* | Fix libvirt integration in virt-inspector. | Richard W.M. Jones | 2009-06-24 | 1 | -8/+5 |
| | |||||
* | Added guestfish -i option to run virt-inspector. | Richard W.M. Jones | 2009-06-24 | 1 | -6/+5 |
| | | | | | | You can invoke guestfish with: guestfish -i libvirt-domain guestfish -i disk-image(s) | ||||
* | New website, change et.redhat.com references to libguestfs.org1.0.43 | Richard Jones | 2009-06-09 | 1 | -1/+2 |
| | |||||
* | Add support for decoding the Windows registry. | Richard Jones | 2009-06-09 | 1 | -2/+181 |
| | |||||
* | Parse /etc/modprobe.conf and initrd to give us a closer understanding | Richard Jones | 2009-06-06 | 1 | -3/+140 |
| | | | | of what the guest will actually boot on. | ||||
* | Added query mode to virt-inspector. | Richard Jones | 2009-06-06 | 1 | -21/+250 |
| | |||||
* | Modules are *.o in Linux 2.4 kernels. | Richard Jones | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | Add 'add_drive_ro' call. Fix up documentation. Plus a couple of minor code ↵ | Richard Jones | 2009-06-02 | 1 | -1/+1 |
| | | | | improvements in the tests. | ||||
* | virt-inspector now lists installed modules. | Richard Jones | 2009-05-19 | 1 | -16/+19 |
| | |||||
* | Inspect kernels for Linux OSes. | Richard Jones | 2009-05-19 | 1 | -6/+53 |
| | |||||
* | List installed applications (NOT WORKING). | Richard Jones | 2009-05-08 | 1 | -5/+25 |
| | |||||
* | Generated code to support previous 2 commits. | Richard Jones | 2009-05-08 | 1 | -1/+28 |
| | |||||
* | Fix umount_all command so it unmounts filesystems in the correct order. | Richard Jones | 2009-04-30 | 1 | -6/+0 |
| | |||||
* | XML output. | Richard Jones | 2009-04-28 | 1 | -5/+78 |
| | |||||
* | Perl output. | Richard Jones | 2009-04-28 | 1 | -1/+38 |
| | |||||
* | --fish and --ro-fish options working. | Richard Jones | 2009-04-28 | 1 | -1/+73 |
| | |||||
* | Added virt-inspector program from virt-v2v. | Richard Jones | 2009-04-28 | 1 | -0/+566 |