I found that it is possible to query if VIX is enabled by doing a VixVM_ReadVariable()
for the variable "vmci0.present"
.
Using VixVM_WriteVariable()
to change this variable to enable VIX in a machine where it isn't enabled doesn't seem to be supported.
Is there another way to do this enable VIX programmatically from another VM? Any way to do this other than the GUI?