Staging: hv: Implement key/value pair (KVP)
authorKy Srinivasan <ksrinivasan@novell.com>
Fri, 17 Dec 2010 01:54:16 +0000 (18:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 Jan 2011 23:09:26 +0000 (15:09 -0800)
commit245ba56a52a32536a751cc3e60e5602afcfc5fd9
treeb1811def2161a3c3cbdfe1eb97abc471e602cb6c
parent008c7891858498f6eea3802062f118922f46a527
Staging: hv: Implement key/value pair (KVP)

This is an implementation of the key value/pair (KVP) functionality
for Linux guests hosted on HyperV. This component communicates
with the host to support the KVP functionality.

Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Makefile
drivers/staging/hv/channel_mgmt.c
drivers/staging/hv/hv_kvp.c [new file with mode: 0644]
drivers/staging/hv/hv_kvp.h [new file with mode: 0644]
drivers/staging/hv/hv_util.c
drivers/staging/hv/utils.h
This page took 0.025109 seconds and 5 git commands to generate.