Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
Implement the protocol for tearing down the monitor state established with the host. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Tested-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
db9ba2088f
commit
2db84eff12
@@ -389,6 +389,7 @@ enum vmbus_channel_message_type {
|
||||
CHANNELMSG_INITIATE_CONTACT = 14,
|
||||
CHANNELMSG_VERSION_RESPONSE = 15,
|
||||
CHANNELMSG_UNLOAD = 16,
|
||||
CHANNELMSG_UNLOAD_RESPONSE = 17,
|
||||
CHANNELMSG_COUNT
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user