sysctl -a | grep machdep.cpu.features
如果输出信息中有VMX项,则支持vt-x,但是还有可能被禁用
开启vt-x
sudo nvram boot-args="kext-dev-mode=1" //添加所需要的内核参数
sudo nvram -d "boot-args" //可以删除之前增加的参数
HAXM相关
https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-mac-os-x