]> git.karo-electronics.de Git - mv-sheeva.git/commit
Staging: hv: vmbus_driver cannot be unloaded; cleanup accordingly
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 29 Apr 2011 20:44:59 +0000 (13:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 20:31:25 +0000 (13:31 -0700)
commit360926923b184fddf4e570b7f970b33e4e52af40
tree0fff471e9dddaccbe1e6bb92113ec4198860275a
parentda548cb3f1ec3b1fd4ec2a848401398462ce3124
Staging: hv: vmbus_driver cannot be unloaded; cleanup accordingly

The vmbus driver cannot be unloaded; the windows host does not
permit this: A) All guest resources given to the host cannot
be recovered and B) Windows host does not permit reloading the
vmbus_driver without re-booting the guest. Both these issues
are host related. Acknowledge this reality and cleanup the
vmbus driver accordingly. Note that, ideally we will want to handle
the root device through the Hyper-V block driver. In this case
unloading the vmbus driver will not be possible because of the
dependency issues.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/vmbus_drv.c