summaryrefslogtreecommitdiffstats
path: root/tools/virt-ls
Commit message (Collapse)AuthorAgeFilesLines
* ls: Rewrite virt-ls in C.Richard W.M. Jones2010-11-231-263/+0
|
* tools: Use C API for inspection (RHBZ#642930).Richard W.M. Jones2010-10-281-21/+18
| | | | | | | | | | | | | Update the following tools to use the C API for inspection: - virt-cat - virt-edit - virt-ls - virt-tar - virt-win-reg None of the tools in the tools/ directory now use the deprecated Perl inspection APIs.
* virt-ls: Small fix to documentation.Richard W.M. Jones2010-10-281-2/+2
|
* tools: Specify format of disks (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-2/+20
| | | | | | | | | | Sys::Guestfs::Lib is changed in two ways: firstly we take the format string from libvirt and pass it to add_drive_opts. Secondly we allow an extra format => parameter to open_guest which allows the format to be specified for disk images. All the tools are changed to add an extra --format parameter allowing the format to be specified for direct disk images.
* tools: Add section describing quoting libvirt domain names to docs (RHBZ#643624)Richard W.M. Jones2010-10-181-0/+7
|
* Improved error if virt-inspector cannot find OSes in image (RHBZ#591142).Richard Jones2010-05-131-1/+0
|
* Documentation updates.Richard Jones2010-04-111-1/+1
| | | | | | | Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools.
* Tab to space fixes, now passes 'make syntax-check'Richard Jones2009-10-201-2/+2
|
* virt-ls: Modify to use find0 instead of find.Richard Jones2009-10-201-4/+12
| | | | | find0 is more scalable than find. virt-ls will no longer crash if asked to recursively list / on a Linux guest.
* New tool: virt-lsRichard Jones2009-10-201-0/+234
This tool makes available the functionality of "ls", "ll", and "find" in a slightly simpler to use form. Examples: virt-ls -l myguest /tmp