]> git.baikalelectronics.ru Git - kernel.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)
commit48061951b76c24ff98b11b99a559179a595c4be2
tree29d3cbe68bd01e7b7cdcecccd70a797ca7eaf889
parent217ff2b26d8c804a40a8a05892866e5b370921c2
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