Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: inspect-get-windows-current-control-set | Richard W.M. Jones | 2011-04-05 | 1 | -23/+8 |
| | | | | | | | | | | | | | | 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. | ||||
* | examples: Add virt-dhcp-address program. | Richard W.M. Jones | 2011-03-31 | 1 | -0/+342 |
This is like the mythical 'virt-ifconfig'. There is not enough certainty around the right way to be doing this for us to make a full virt tool for this. Therefore the code is just an example. |