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()
218 * Setup the vmbus event connection for channel interrupt in vmbus_connect()
277 * Negotiate a compatible VMBUS version number with the in vmbus_connect()
302 pr_err("Invalid VMBus version %d.%d (expected >= %d.%d) from the host supporting isolation\n", in vmbus_connect()
309 pr_info("Vmbus version:%d.%d\n", in vmbus_connect()
434 * vmbus_post_msg - Send a msg on the vmbus's message connection
458 * See vmbus_negotiate_version(): VMBus protocol 5.0 in vmbus_post_msg()
462 * support VMBus protocol 4.0 or lower, here we get in vmbus_post_msg()