aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-05-21 20:01:08 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-05-21 20:01:08 +0400
commita76f5c4be1663c8700916ec07880a8f1218bfc48 (patch)
treebacf172f697eaf65d27c9e06f48bc22b8022e28f /tools
parent00ae0fff6b1501b823bfc86cee1ad804d89cbfad (diff)
parent02ec6be62ce9186511919da62bcf33f743ee1ca9 (diff)
Merge branch 'rebase-ubuntu-sauce' into merge-linux-linaro
Diffstat (limited to 'tools')
-rw-r--r--tools/hv/Makefile7
-rw-r--r--tools/hv/hv_kvp_daemon.826
2 files changed, 33 insertions, 0 deletions
diff --git a/tools/hv/Makefile b/tools/hv/Makefile
new file mode 100644
index 000000000000..ef87f85849dc
--- /dev/null
+++ b/tools/hv/Makefile
@@ -0,0 +1,7 @@
+hv_kvp_daemon: hv_kvp_daemon.c
+
+clean:
+ rm -f hv_kvp_daemon
+
+install:
+ install hv_kvp_daemon /usr/sbin/
diff --git a/tools/hv/hv_kvp_daemon.8 b/tools/hv/hv_kvp_daemon.8
new file mode 100644
index 000000000000..0fb4577a1f07
--- /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>