summaryrefslogtreecommitdiffstats
path: root/inspector/example-windows.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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/+3
| | | | | | | | | | | | 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-0/+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.
* inspect: Detect 32 bit applications running on WOW64 emulator (RHBZ#692545).Richard W.M. Jones2011-03-311-0/+7
| | | | | | | These applications are located along a different Registry path. See http://support.microsoft.com/kb/896459 for all the details. Thanks Jinxin Zheng for finding the bug and the solution.
* New API: guestfs_inspect_get_product_variantRichard W.M. Jones2011-03-231-0/+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
* inspector: Rewrite virt-inspector in C.Richard W.M. Jones2010-11-191-0/+1
|
* inspector: Replace old examples with ones derived from phony images.Richard W.M. Jones2010-11-161-0/+42