commit | 0f98829a99850836cf7c2cc9fbf1d7ce0f795780 | [log] [tgz] |
---|---|---|
author | Dexuan Cui <decui@microsoft.com> | Wed Sep 07 05:39:34 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 07 12:57:55 2016 +0200 |
tree | a0336b84348fce978068af05f083ce776ab1ce0e | |
parent | e2e808413425d82c8f162933a30304d10a5df231 [diff] |
Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings Some VMBus devices are not needed by Linux guest[1][2], and, VMBus channels of Hyper-V Sockets don't really mean usual synthetic devices, so let's suppress the warnings for them. [1] https://support.microsoft.com/en-us/kb/2925727 [2] https://msdn.microsoft.com/en-us/library/jj980180(v=winembedded.81).aspx Signed-off-by: Dexuan Cui <decui@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>