]> git.karo-electronics.de Git - mv-sheeva.git/commit
drivers: hv: kvp: Cleanup the kernel/user protocol
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 3 Feb 2012 00:56:50 +0000 (16:56 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 16:32:44 +0000 (08:32 -0800)
commit2640335438ca4d7b139e114dae5f0d80e740e106
tree0e254e2147dedefe04e385d0c97a9fbc15df2a23
parenteab6af71f0b83a7f62b9c48be5b2c0a82a86fad3
drivers: hv: kvp: Cleanup the kernel/user protocol

Now, cleanup the user/kernel KVP protocol by using the same structure
definition that is used for host/guest KVP protocol. This simplifies the code.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_kvp.c
include/linux/hyperv.h
tools/hv/hv_kvp_daemon.c