summaryrefslogtreecommitdiffstats
path: root/inspector/virt-inspector.rng
Commit message (Collapse)AuthorAgeFilesLines
* New API: inspect-get-icon returns the guest icon.Richard W.M. Jones2011-06-281-1/+5
| | | | | | | | | | This API returns the guest's favicon if found, else an icon representing the guest operating system. Currently supported by this patch: Fedora, RHEL and derivatives, Debian (but not Ubuntu), Windows XP, Windows 7. This also updates virt-inspector to include an <icon> element containing the icon in base64 encoding.
* inspector: Fix comment in virt-inspector.rng.Richard W.M. Jones2011-06-281-2/+2
| | | | | The comment referred to the command line syntax of the old virt-inspector.
* inspector: Include <hostname> in output.Richard W.M. Jones2011-04-141-0/+1
|
* New API: inspect-get-drive-mappingsRichard W.M. Jones2011-04-051-0/+13
| | | | | | | | | | | | This returns the drive mappings from the Windows Registry. virt-inspector displays the drive mappings, giving output similar to this: <drive_mappings> <drive_mapping name="C">/dev/sda2</drive_mapping> <drive_mapping name="E">/dev/sdb1</drive_mapping> </drive_mappings>
* New API: inspect-get-windows-current-control-setRichard W.M. Jones2011-04-051-1/+1
| | | | | | | | | | | | | | This returns the actual registry key corresponding to CurrentControlSet (eg. it might be "ControlSet001"). Previously the inspection code was hard-coding ControlSet001. Now we use the correct control set, and also make it available to callers through the API. This commit also updates the virt-dhcp-address example so it uses this new API. virt-inspector displays the current control set when available.
* New API: guestfs_inspect_get_product_variantRichard W.M. Jones2011-03-231-0/+1
| | | | | | | | | | 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-1/+5
| | | | | For examples of the virt-inspector output, see the additional inspector/example-*.xml files in this commit.
* inspector: Replace code for listing applications with new core API.Richard W.M. Jones2010-11-151-0/+8
|
* inspector: List Debian packages.Richard W.M. Jones2010-10-281-0/+2
| | | | | List Debian packages by downloading and parsing the file /var/lib/dpkg/status.
* inspector: Rewrite virt-inspector (RHBZ#642930).Richard W.M. Jones2010-10-281-86/+6
| | | | | | | | | | | | Rewrite virt-inspector: - remove old and unsupportable features - use the C inspection API - don't run programs from the guest The RNG has been updated to reflect the new XML-only output. The new example files show the new XML output.
* inspector: Add product_name field to output.Richard Jones2010-03-081-0/+1
| | | | | | This is a free text string containing the "product name" of the OS. It's mainly useful for Windows guests, and a forthcoming patch will get this field from the Windows Registry.
* inspector: Update example XML and RNG schema.Richard Jones2010-01-061-0/+3
| | | | This updates commit a59dcdbd1b0a28c960e3792165a13f2daf4f6c35.
* Tab to space fixes, now passes 'make syntax-check'Richard Jones2009-10-201-85/+85
|
* inspector: Add RELAX NG schema for virt-inspector --xml output.Richard Jones2009-10-021-0/+168