Skip to content

Commit

Permalink
Staging: hv: Add a user-space daemon to support key/value pair (KVP)
Browse files Browse the repository at this point in the history
All guest specific data gathering is implemented in a user-mode daemon.
The kernel component of KVP passes the "key" to this daemon and
the daemon is responsible for passing back the corresponding
value. This daemon communicates with the kernel
component via a netlink channel.

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>
  • Loading branch information
Ky Srinivasan authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent 245ba56 commit cc04acf
Showing 1 changed file with 470 additions and 0 deletions.
Loading

0 comments on commit cc04acf

Please sign in to comment.