Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: inspect-get-drive-mappings | Richard W.M. Jones | 2011-04-05 | 1 | -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-set | Richard W.M. Jones | 2011-04-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | 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. | ||||
* | images: Make phony Windows image for testing. | Richard W.M. Jones | 2010-11-16 | 1 | -0/+8 |