]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: vmbus: Add VMbus IMC device to unsupported list
authorMichael Kelley <mikelley@microsoft.com>
Wed, 13 Apr 2022 02:49:00 +0000 (19:49 -0700)
committerWei Liu <wei.liu@kernel.org>
Mon, 25 Apr 2022 15:31:44 +0000 (15:31 +0000)
commit561fb47544020671edd39d13c03d378f5f6f7dd1
treeaf4475e131349685c5a41431812a1bec70b2642a
parentb9f8d2f498fe4c118f5c77a2789962e442c78a90
Drivers: hv: vmbus: Add VMbus IMC device to unsupported list

Hyper-V may offer an Initial Machine Configuration (IMC) synthetic
device to guest VMs. The device may be used by Windows guests to get
specialization information, such as the hostname.  But the device
is not used in Linux and there is no Linux driver, so it is
unsupported.

Currently, the IMC device GUID is not recognized by the VMbus driver,
which results in an "Unknown GUID" error message during boot. Add
the GUID to the list of known but unsupported devices so that the
error message is not generated. Other than avoiding the error message,
there is no change in guest behavior.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/1649818140-100953-1-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/channel_mgmt.c
include/linux/hyperv.h