Drivers: hv: Enable protocol negotiation with win8 hosts
Now that we have implemented all of the Win8 (WS2012) functionality, negotiate Win8 protocol with the host. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
5ab05951c5
commit
2a5c43a821
@@ -194,7 +194,7 @@ int vmbus_connect(void)
|
||||
* version.
|
||||
*/
|
||||
|
||||
version = VERSION_WS2008;
|
||||
version = VERSION_CURRENT;
|
||||
|
||||
do {
|
||||
ret = vmbus_negotiate_version(msginfo, version);
|
||||
|
Reference in New Issue
Block a user