]> git.baikalelectronics.ru Git - kernel.git/commit
Tools: hv: Fully support the new KVP verbs in the user level daemon
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 16 Mar 2012 15:02:26 +0000 (08:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Mar 2012 20:36:04 +0000 (13:36 -0700)
commita1ca322ecc1e9cebbf3b59e6758426ed5ec84c63
tree0212936fd1e93ae8ad009cded3b783b0f7b0711e
parent0e31b942bc8bb4e3e4d987f0c704b927620e7ed4
Tools: hv: Fully support the new KVP verbs in the user level daemon

Now fully support the new KVP messages in the user level daemon. Hyper-V defines
multiple persistent pools to which the host can write/read/modify KVP tuples.
In this patch we implement a file for each specified pool, where the KVP tuples
will be stored in the guest.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_kvp_daemon.c