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