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)
commitdb425334e5bb7fa65bbbd7bea9d79842f65bcf45
tree0212936fd1e93ae8ad009cded3b783b0f7b0711e
parentfa3d5b85c681518b6e4ec515814dcb2d5b702b89
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