]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: hv: util: Properly handle util services in the util driver
authorK. Y. Srinivasan <kys@microsoft.com>
Sun, 18 Sep 2011 17:31:34 +0000 (10:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 20 Sep 2011 20:00:53 +0000 (13:00 -0700)
commit4e65f6e80593c316c5a65a71191fa480360f165d
tree29d3cbe68bd01e7b7cdcecccd70a797ca7eaf889
parenta29b643c5767558956450b86d79eb66334704ac2
Staging: hv: util: Properly handle util services in the util driver

Now, properly handle util services in the util driver and eliminate code
that will not be necessary. In the current code, util services were
all handled not as other vmbus devices (net, block) but rather through
special handling (channel setup etc.). In this patch we handle all
services using the standard Linux Driver Model.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/channel_mgmt.c
drivers/staging/hv/hv_kvp.c
drivers/staging/hv/hv_util.c