> From: Stephen Hemminger
> Sent: Tuesday, May 8, 2018 15:45
> On Tue, 8 May 2018 22:26:21 +
> Dexuan Cui wrote:
>
> > @@ -63,6 +63,9 @@ static __u32 vmbus_get_next_version(__u32
> current_version)
> > case (VERSION_WIN10):
> > return VERSION_WIN8_1;
> >
> > + case (VERSION
On Tue, 8 May 2018 22:26:21 +
Dexuan Cui wrote:
> --- a/drivers/hv/connection.c
> +++ b/drivers/hv/connection.c
> @@ -63,6 +63,9 @@ static __u32 vmbus_get_next_version(__u32 current_version)
> case (VERSION_WIN10):
> return VERSION_WIN8_1;
>
> + case (VERSION_WIN10_V
With VMBus protocol 5.0, we're able to better support new features, e.g.
running two or more VMBus drivers simultaneously in a single VM -- note:
we can't simply load the current VMBus driver twice, instead, a secondary
VMBus driver must be implemented.
This patch adds the support for the new VMB