Lines Matching full:vmbus
49 * Table of VMBus versions listed from newest to oldest.
65 * Maximal VMBus protocol version guests can negotiate. Useful to cap the
66 * VMBus version for testing and debugging purpose.
72 "Maximal VMBus protocol version which can be negotiated");
89 * VMBus protocol 5.0 (VERSION_WIN10_V5) and higher require that we must in vmbus_negotiate_version()
173 /* Initialize the vmbus connection */ in vmbus_connect()
210 * Setup the vmbus event connection for channel interrupt in vmbus_connect()
268 * Negotiate a compatible VMBUS version number with the in vmbus_connect()
293 pr_err("Invalid VMBus version %d.%d (expected >= %d.%d) from the host supporting isolation\n", in vmbus_connect()
300 pr_info("Vmbus version:%d.%d\n", in vmbus_connect()
423 * vmbus_post_msg - Send a msg on the vmbus's message connection
447 * See vmbus_negotiate_version(): VMBus protocol 5.0 in vmbus_post_msg()
451 * support VMBus protocol 4.0 or lower, here we get in vmbus_post_msg()