Menu="OtherSettings" Title="VM Manager" Icon="dynamix.vm.manager.png" --- Array must be Started to manage Virtual Machines.

"; return; } 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 // Attempt to load either of the kvm modules to see if virtualzation hw is supported exec('modprobe -a kvm_intel kvm_amd 2>/dev/null'); // 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("lsmod | grep '^kvm_\(amd\|intel\)'"); 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 libvirt log
Enable VMs: : > Stopping the VM Manager will first attempt to shutdown all running VMs. After 40 seconds, any remaining VM instances will be terminated.
get_connect_information(); ?> Libvirt version: : QEMU version: : Default VM storage path: : > Specify a user share that contains all your VM subdirectories with vdisks Default ISO storage path: : > Specify a user share that contains all your installation media for operating systems
Default Windows VirtIO driver ISO (optional): : > Specify the virtual CD-ROM (ISO) that contains the VirtIO Windows drivers as provided by the Fedora Project. > Download the latest ISO from here: https://fedoraproject.org/wiki/Windows_Virtio_Drivers#Direct_download > > When installing Windows, you will reach a step where no disk devices will be found. > There is an option to browse for drivers on that screen. Click browse and locate the additional CD-ROM in the menu. > Inside there will be various folders for the different versions of Windows. Open the folder for the version of Windows > you are installing and then select the AMD64 subfolder inside (even if you are on an Intel system, select AMD64). > Three drivers will be found. Select them all, click next, and the vDisks you have assigned will appear.
Default network bridge: : > Enter the name of the network bridge you wish to use for your VMs here, otherwise leave the field blank and > libvirt will create a bridge that will utilize NAT (network address translation) and act as a DHCP server to hand out > IP addresses to virtual machines directly. > > NOTE: You can also specify an network bridge on a per-VM basis. Enable PCIe ACS Override: : > Warning: Use of this setting could cause possible data corruption with certain hardware configurations. Please visit the Lime Technology forums for more information. > > A reboot will be required for changes to this setting to take affect.
  :
> View the log for libvirt: /var/log/libvirt/libvirtd.log