vmx
, for supported AMD processors you should see svm
. If your CPU does not support a virtualization extension you will see no output. If you are certain that your CPU provides virtualization support and yet you see no output, then please ensure that the extension is enabled in your BIOS/UEFI system.kvm
group. Ops will not attempt to enable acceleration if your user is not a member of this group. First check if your user is apart of the kvm group:kvm
in the list. If not already a member you can add yourself to the group with the following command:run
or load
commands. So assuming I have hardware acceleration enabled in my runtime configuration:-enable-kvm
option.run
or load
commands.kern.hv_support
:kern.hv_support: 1
if support is enabled and kern.hv_support: 0
otherwise. Nothing more is needed on macOS, if hardware support is enabled in your runtime configuration then Ops generated hypervisor commands should include the appropriate acceleration options.