Menu="OtherSettings" Title="VM Manager" Icon="dynamix.vm.manager.png" Markdown="false" --- require_once('/usr/local/emhttp/plugins/dynamix.vm.manager/classes/libvirt.php'); require_once('/usr/local/emhttp/plugins/dynamix.vm.manager/classes/libvirt_helpers.php'); // Check for Intel VT-x (vmx) or AMD-V (svm) cpu virtualzation support // If either kvm_intel or kvm_amd are loaded then Intel VT-x (vmx) or AMD-V (svm) cpu virtualzation support was found $strLoadedModules = shell_exec("/etc/rc.d/rc.libvirt test"); if (empty($strLoadedModules)) { ?>
Your hardware does not have Intel VT-x or AMD-V capability. This is required to create VMs in KVM. Click here to see the unRAID Wiki for more information
You must reboot for changes to take effect
View the log for libvirt: /var/log/libvirt/libvirtd.log
".shell_exec("btrfs filesystem show /etc/libvirt").""?>