]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/hv/hv_kvp_daemon.8
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
[mirror_ubuntu-bionic-kernel.git] / tools / hv / hv_kvp_daemon.8
CommitLineData
1e10c77e
AW
1.\" This page Copyright (C) 2012 Andy Whitcroft <apw@canonical.com>
2.\" Distributed under the GPL v2 or later.
3.TH HV_KVP_DAEMON 8
4.SH NAME
5hv_kvp_daemon \- Hyper-V Key Value Pair daemon
6.SH SYNOPSIS
7.ft B
8.B hv_kvp_daemon
9.br
10.SH DESCRIPTION
11\fBhv_kvp_daemon\fP
12is the userspace component of the Hyper-V key value pair functionality,
13communicating via a netlink socket with the kernel HV-KVP driver.
14This pairing allows the Hyper-V host to pass configuration information
15(such as IP addresses) to the guest and allows the host to obtain guest
16version information.
17
18.SH FILES
19.ta
20.nf
21/var/opt/hyperv/.kvp_pool_*
22.fi
23
24.SH AUTHORS
25.nf
26Written by K. Y. Srinivasan <ksrinivasan@novell.com>