diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-01-18 19:57:57 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-01-18 19:57:57 +0000 |
commit | 92b6a323800090275b8f54dd9fc89b7c3ee3aa9e (patch) | |
tree | e6fd7356a608c065c2931767bd9c0d68e55a5a4a /usr.sbin | |
parent | a011092ef38ac3ac057181567c0037a295149930 (diff) |
Fixup a typo and provide an example for Hyper-V
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hostctl/hostctl.8 | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/usr.sbin/hostctl/hostctl.8 b/usr.sbin/hostctl/hostctl.8 index 5089ec612f0..3c54dba6997 100644 --- a/usr.sbin/hostctl/hostctl.8 +++ b/usr.sbin/hostctl/hostctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostctl.8,v 1.3 2016/01/27 16:01:36 jmc Exp $ +.\" $OpenBSD: hostctl.8,v 1.4 2017/01/18 19:57:56 mikeb Exp $ .\" .\" Copyright (c) 2016 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 27 2016 $ +.Dd $Mdocdate: January 18 2017 $ .Dt HOSTCTL 8 .Os .Sh NAME @@ -90,7 +90,7 @@ vm-111.example.com .Pp The .Xr xen 4 -driver provices access to the XenStore that is available in Xen +driver provides access to the XenStore that is available in Xen virtual machines. The .Xr pvbus 4 @@ -111,6 +111,33 @@ vbd vif console .Ed +.Pp +Access to the Hyper-V Key-Value Pair exchange interface is provided by the +.Xr hyperv 4 +driver. +The +.Xr pvbus 4 +layer abstracts access to several pre-defined key pools: +.Em Auto , +.Em Guest , +.Em External +and +.Em Guest/Parameters . +Available keys can be listed and set: +.Bd -literal -offset indent +# hostctl Auto/ +FullyQualifiedDomainName +IntegrationServicesVersion +NetworkAddressIPv4 +NetworkAddressIPv6 +OSBuildNumber +OSName +OSMajorVersion +OSMinorVersion +OSVersion +ProcessorArchitecture +# hostctl Auto/FullyQualifiedDomainName `hostname` +.Ed .Sh SEE ALSO .Xr pvbus 4 .Sh HISTORY |