summaryrefslogtreecommitdiffstats
path: root/inspector/virt-inspector.pod
Commit message (Collapse)AuthorAgeFilesLines
* inspector: Update man page to describe how to access inspection info from ↵Richard W.M. Jones2012-03-141-6/+112
| | | | other languages and guestfish.
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* Add virt-inspector --xpath to run XPath queries directly.Richard W.M. Jones2011-11-031-7/+22
| | | | | | | xmlstarlet is good, but not available in Red Hat Enterprise Linux. Build a simple but sane XPath query parser into virt-inspector directly so that we don't need any external tools.
* inspector: Use xmlstarlet instead of xpath in examples.Richard W.M. Jones2011-08-271-8/+12
|
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-271-0/+5
|
* inspector: Update documentation to cover <icon> element.Richard W.M. Jones2011-06-301-0/+22
| | | | This updates commit 7f16c346bbeba2f2fe3c31ccb85158178a284d84.
* fish: Allow -d UUID (specify libvirt domains by UUID).Richard W.M. Jones2011-05-061-1/+2
| | | | | | | | | | | | | | This applies in all the commands which use the common C option parsing code, ie: * guestfish * guestmount * virt-cat * virt-df * virt-filesystems * virt-inspector * virt-ls * virt-rescue
* inspector: Refresh the virt-inspector(1) manpage.Richard W.M. Jones2011-04-161-4/+56
|
* New API: guestfs_inspect_get_product_variantRichard W.M. Jones2011-03-231-1/+2
| | | | | | | | | | This returns a product variant for inspected operating systems. In practice this is a useful way to distinguish between consumer and enterprise/server versions of Windows that otherwise have the same version number. Notes: Labels: feature
* Add ability to inspect install disks and live CDs.Richard W.M. Jones2011-01-151-0/+25
| | | | | For examples of the virt-inspector output, see the additional inspector/example-*.xml files in this commit.
* inspector: Apps in Windows VMs are now listed - update documentation.Richard W.M. Jones2011-01-021-3/+1
|
* inspector: Rewrite virt-inspector in C.Richard W.M. Jones2010-11-191-0/+311