aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2012-04-06 18:52:42 +0100
committerJohn Rigby <john.rigby@linaro.org>2012-06-25 12:17:14 -0600
commita134b3cb09f4391a9b13b0abb30c693328dc28a8 (patch)
tree02b6e1273d9ecaac5dcbd21cb35dced2cf1350c4
parent0ee73f12295716b15de612e0d4339edaec430795 (diff)
UBUNTU: tools/hv: add basic manual pages
BugLink: http://bugs.launchpad.net/bugs/977246 Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com> Acked-by: Brad Figg <brad.figg@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-rw-r--r--tools/hv/hv_kvp_daemon.826
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/hv/hv_kvp_daemon.8 b/tools/hv/hv_kvp_daemon.8
new file mode 100644
index 00000000000..0fb4577a1f0
--- /dev/null
+++ b/tools/hv/hv_kvp_daemon.8
@@ -0,0 +1,26 @@
+.\" This page Copyright (C) 2012 Andy Whitcroft <apw@canonical.com>
+.\" Distributed under the GPL v2 or later.
+.TH HV_KVP_DAEMON 8
+.SH NAME
+hv_kvp_daemon \- Hyper-V Key Value Pair daemon
+.SH SYNOPSIS
+.ft B
+.B hv_kvp_daemon
+.br
+.SH DESCRIPTION
+\fBhv_kvp_daemon\fP
+is the userspace component of the Hyper-V key value pair functionality,
+communicating via a netlink socket with the kernel HV-KVP driver.
+This pairing allows the Hyper-V host to pass configuration information
+(such as IP addresses) to the guest and allows the host to obtain guest
+version information.
+
+.SH FILES
+.ta
+.nf
+/var/opt/hyperv/.kvp_pool_*
+.fi
+
+.SH AUTHORS
+.nf
+Written by K. Y. Srinivasan <ksrinivasan@novell.com>