Dis alba VMCI socket call in guestRPC completely to avoid triggering
unstable code. Even guestRPC vmci usage is disabled on VMX side, tools
will still try to make a connection and then fall back to use backdoor
if the connection fails. This triggers potential issues. Will do more
testing and lift this.
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
ASSERT(in->conn == NULL);
+ useBackdoorOnly = TRUE;
+
while (TRUE) { /* one pass loop */
if (useBackdoorOnly) {
break;